sexp.sexp_app
Sexp_app.Csv_file
CSV files
sexp.lazy_list
sexp.sexp_app_pattern
type t = Csv_record.t Lazy_list.t
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