package janestreet_csv

  1. Overview
  2. Docs
type t = {
  1. header_lines : string list;
  2. row_lines : string list;
}
val prettify : space:int -> suppress_header:bool -> Csvlib.Csv.t -> (t, string) Core.Result.t
val lines : t -> string list
val print : t -> unit
OCaml

Innovation. Community. Security.