Module Sexp_app.Csv_file

CSV files

val read : Lexing.lexbuf -> t

(lazily) enforces that all records are the same length

val write : ?sep:char -> Core.Out_channel.t -> t -> unit

enforces that all records are the same length