package sexplib0

  1. Overview
  2. Docs

Module Sexp_conv_labeled_tuple.FieldsSource

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