Base.Sexp
val hash_fold_t :
Base_internalhash_types.state ->
t ->
Base_internalhash_types.state
val hash : t -> Base_internalhash_types.hash_value
val t_of_sexp : Sexplib0.Sexp.t -> Sexplib0.Sexp.t
val sexp_of_t : Sexplib0.Sexp.t -> Sexplib0.Sexp.t
exception Not_found_s of Sexplib0.Sexp.t
exception Of_sexp_error of exn * Sexplib0.Sexp.t
val message : string -> (string * Sexplib0.Sexp.t) list -> Sexplib0.Sexp.t
val default_indent : int ref
val pp_hum : Format.formatter -> Sexplib0.Sexp.t -> unit
val pp_hum_indent : int -> Format.formatter -> Sexplib0.Sexp.t -> unit
val pp_mach : Format.formatter -> Sexplib0.Sexp.t -> unit
val pp : Format.formatter -> Sexplib0.Sexp.t -> unit
val to_string_hum : ?indent:int -> Sexplib0.Sexp.t -> string
val to_string_mach : Sexplib0.Sexp.t -> string
val to_string : Sexplib0.Sexp.t -> string
val of_float_style : [ `No_underscores | `Underscores ] ref
val of_int_style : [ `No_underscores | `Underscores ] ref
module Private : sig ... end
val t_sexp_grammar : t Sexplib0.Sexp_grammar.t
val invariant : t -> unit
val comparator : (t, comparator_witness) Base__Comparator.t