Better default argument rendering.
This commit is contained in:
parent
b5c1be00a6
commit
342eebba7e
2 changed files with 4 additions and 4 deletions
|
@ -57,8 +57,8 @@ Curried version of fast CSV line parser with given separator and string delimite
|
|||
### csv-parse-lines [procedure]
|
||||
|
||||
(csv-parse-lines lines
|
||||
#:separator (separator ;)
|
||||
#:string-delimiter (string-delimiter "))
|
||||
#:separator (separator #\;)
|
||||
#:string-delimiter (string-delimiter #\"))
|
||||
|
||||
Parses given lines and returns list of lists of strings.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue