Module Delimited_kernel.Write
Write CSVs & CSV-like delimited formats.
val empty : 'a tval column : ('a -> string) -> header:string -> 'a tval column_m : (module Core_kernel.Stringable.S with type t = 'a) -> header:string -> 'a tval column_m_opt : ?default:string -> (module Core_kernel.Stringable.S with type t = 'a) -> header:string -> 'a option tdefaultis printed in place ofNone, and if not supplied is the empty string.
val of_list : 'a t list -> 'a tval append : 'a t -> 'a t -> 'a tval contra_map : 'b t -> f:('a -> 'b) -> 'a tval map_headers : 'a t -> f:(string -> string) -> 'a tval headers : 'a t -> string listval to_columns : 'a t -> 'a -> string list
module Fields_O : sig ... endOpen for prefix operators useful for using with Fields.to_list.
module O : sig ... endmodule By_row : sig ... endmodule Expert : sig ... end