package sexp

  1. Overview
  2. Docs

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