package janestreet_csv

  1. Overview
  2. Docs
module Row : sig ... end
type t =
  1. | Full
  2. | Inner
  3. | Left
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
include Ppx_enumerate_lib.Enumerable.S with type t := t
val all : t list
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val join : t -> string list -> key_fields:string array -> sep:char -> Row.t Core.Sequence.t
OCaml

Innovation. Community. Security.