package sexp

  1. Overview
  2. Docs

CSV records

type t = string list
val read : Stdlib.Lexing.lexbuf -> t option
val write : ?sep:char -> Stdlib.out_channel -> t -> unit