Base.Sexpval hash_fold_t :
Base_internalhash_types.state ->
t ->
Base_internalhash_types.stateval hash : t -> Base_internalhash_types.hash_valueval t_of_sexp : Sexplib0.Sexp.t -> Sexplib0.Sexp.tval sexp_of_t : Sexplib0.Sexp.t -> Sexplib0.Sexp.texception Not_found_s of Sexplib0.Sexp.texception Of_sexp_error of exn * Sexplib0.Sexp.tval message : string -> (string * Sexplib0.Sexp.t) list -> Sexplib0.Sexp.tval default_indent : int refval pp_hum : Format.formatter -> Sexplib0.Sexp.t -> unitval pp_hum_indent : int -> Format.formatter -> Sexplib0.Sexp.t -> unitval pp_mach : Format.formatter -> Sexplib0.Sexp.t -> unitval pp : Format.formatter -> Sexplib0.Sexp.t -> unitval to_string_hum : ?indent:int -> Sexplib0.Sexp.t -> stringval to_string_mach : Sexplib0.Sexp.t -> stringval to_string : Sexplib0.Sexp.t -> stringval of_float_style : [ `No_underscores | `Underscores ] refval of_int_style : [ `No_underscores | `Underscores ] refmodule Private : sig ... endval t_sexp_grammar : t Sexplib0.Sexp_grammar.tval invariant : t -> unitval comparator : (t, comparator_witness) Base__Comparator.t