package sexplib0

  1. Overview
  2. Docs
type _ t =
  1. | Field : {
    1. name : string;
    2. conv : Sexp.t -> 'a;
    3. rest : 'b t;
    } -> ('a * 'b) t
  2. | Empty : unit t
OCaml

Innovation. Community. Security.