Module Sexp_conv_labeled_tuple.Fields

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