package sexp

  1. Overview
  2. Docs

Module Sexp_app.Csv_lexemeSource

This module encapsulates the lexical structure of the CSV format In particular, it does everything necessary to handle double-quotes.

Sourcemodule T : sig ... end
Sourcetype t = T.t
Sourceval read : Lexing.lexbuf -> t option
Sourceval write : ?sep:char -> out_channel -> t -> unit
OCaml

Innovation. Community. Security.