Sexp_app.Csv_lexemeThis module encapsulates the lexical structure of the CSV format In particular, it does everything necessary to handle double-quotes.
module T : sig ... endtype t = T.tval read : Lexing.lexbuf -> t optionval write : ?sep:char -> out_channel -> t -> unit