package jenga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. id : Core.Int63.t;
  2. name : string;
  3. age : Core.Time.Span.t;
  4. children : children;
}
and children =
  1. | See_above
  2. | Here of t list
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val children_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> children
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val sexp_of_children : children -> Ppx_sexp_conv_lib.Sexp.t
module Stable : sig ... end
val collect : unit -> t