Results for “Std.Csv.CsvReadError”
3 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Csv.CsvReadError
Why the rows of a file could not all be read.
- Std.Csv.foldRows
Str -> T -> fn(T, Array[Str]) -> T -> Result[T, Std.Csv.CsvReadError]Combine every row of a comma-separated file into one value, holding one
- Std.Csv.foldRowsWith
Str -> Str -> T -> fn(T, Array[Str]) -> T -> Result[T, Std.Csv.CsvReadError]The same, for a file whose fields are separated by something else.
