Ocamlformat_stdlib.Exporttype !'a array = 'a Array.tval array_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a arrayval sexp_of_array : ('a -> Sexplib0.Sexp.t) -> 'a array -> Sexplib0.Sexp.tval array_sexp_grammar :
'a Sexplib0.Sexp_grammar.t ->
'a array Sexplib0.Sexp_grammar.ttype bool = Bool.tval hash_fold_bool :
Base_internalhash_types.state ->
bool ->
Base_internalhash_types.stateval hash_bool : bool -> Base_internalhash_types.hash_valueval bool_of_sexp : Sexplib0.Sexp.t -> boolval sexp_of_bool : bool -> Sexplib0.Sexp.tval bool_sexp_grammar : bool Sexplib0.Sexp_grammar.ttype char = Char.tval hash_fold_char :
Base_internalhash_types.state ->
char ->
Base_internalhash_types.stateval hash_char : char -> Base_internalhash_types.hash_valueval char_of_sexp : Sexplib0.Sexp.t -> charval sexp_of_char : char -> Sexplib0.Sexp.tval char_sexp_grammar : char Sexplib0.Sexp_grammar.ttype exn = Exn.tval sexp_of_exn : exn -> Sexplib0.Sexp.ttype float = Float.tval hash_fold_float :
Base_internalhash_types.state ->
float ->
Base_internalhash_types.stateval hash_float : float -> Base_internalhash_types.hash_valueval float_of_sexp : Sexplib0.Sexp.t -> floatval sexp_of_float : float -> Sexplib0.Sexp.tval float_sexp_grammar : float Sexplib0.Sexp_grammar.ttype int = Int.tval hash_fold_int :
Base_internalhash_types.state ->
int ->
Base_internalhash_types.stateval hash_int : int -> Base_internalhash_types.hash_valueval int_of_sexp : Sexplib0.Sexp.t -> intval sexp_of_int : int -> Sexplib0.Sexp.tval int_sexp_grammar : int Sexplib0.Sexp_grammar.ttype int32 = Int32.tval hash_fold_int32 :
Base_internalhash_types.state ->
int32 ->
Base_internalhash_types.stateval hash_int32 : int32 -> Base_internalhash_types.hash_valueval int32_of_sexp : Sexplib0.Sexp.t -> int32val sexp_of_int32 : int32 -> Sexplib0.Sexp.tval int32_sexp_grammar : int32 Sexplib0.Sexp_grammar.ttype int64 = Int64.tval hash_fold_int64 :
Base_internalhash_types.state ->
int64 ->
Base_internalhash_types.stateval hash_int64 : int64 -> Base_internalhash_types.hash_valueval int64_of_sexp : Sexplib0.Sexp.t -> int64val sexp_of_int64 : int64 -> Sexplib0.Sexp.tval int64_sexp_grammar : int64 Sexplib0.Sexp_grammar.tval hash_fold_list :
(Base_internalhash_types.state -> 'a -> Base_internalhash_types.state) ->
Base_internalhash_types.state ->
'a list ->
Base_internalhash_types.stateval list_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a listval sexp_of_list : ('a -> Sexplib0.Sexp.t) -> 'a list -> Sexplib0.Sexp.tval list_sexp_grammar :
'a Sexplib0.Sexp_grammar.t ->
'a list Sexplib0.Sexp_grammar.ttype nativeint = Nativeint.tval hash_fold_nativeint :
Base_internalhash_types.state ->
nativeint ->
Base_internalhash_types.stateval hash_nativeint : nativeint -> Base_internalhash_types.hash_valueval nativeint_of_sexp : Sexplib0.Sexp.t -> nativeintval sexp_of_nativeint : nativeint -> Sexplib0.Sexp.tval nativeint_sexp_grammar : nativeint Sexplib0.Sexp_grammar.ttype !'a option = 'a Option.tval hash_fold_option :
(Base_internalhash_types.state -> 'a -> Base_internalhash_types.state) ->
Base_internalhash_types.state ->
'a option ->
Base_internalhash_types.stateval option_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a optionval sexp_of_option : ('a -> Sexplib0.Sexp.t) -> 'a option -> Sexplib0.Sexp.tval option_sexp_grammar :
'a Sexplib0.Sexp_grammar.t ->
'a option Sexplib0.Sexp_grammar.ttype !'a ref = 'a Ref.tval ref_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a refval sexp_of_ref : ('a -> Sexplib0.Sexp.t) -> 'a ref -> Sexplib0.Sexp.tval ref_sexp_grammar :
'a Sexplib0.Sexp_grammar.t ->
'a ref Sexplib0.Sexp_grammar.tval hash_fold_string :
Base_internalhash_types.state ->
string ->
Base_internalhash_types.stateval hash_string : string -> Base_internalhash_types.hash_valueval string_of_sexp : Sexplib0.Sexp.t -> stringval sexp_of_string : string -> Sexplib0.Sexp.tval string_sexp_grammar : string Sexplib0.Sexp_grammar.ttype bytes = Bytes.tval bytes_of_sexp : Sexplib0.Sexp.t -> bytesval sexp_of_bytes : bytes -> Sexplib0.Sexp.tval bytes_sexp_grammar : bytes Sexplib0.Sexp_grammar.ttype unit = Unit.tval hash_fold_unit :
Base_internalhash_types.state ->
unit ->
Base_internalhash_types.stateval hash_unit : unit -> Base_internalhash_types.hash_valueval unit_of_sexp : Sexplib0.Sexp.t -> unitval sexp_of_unit : unit -> Sexplib0.Sexp.tval unit_sexp_grammar : unit Sexplib0.Sexp_grammar.ttype nonrec (!'a, !'b, !'c) format = ('a, 'b, 'c) formattype nonrec (!'a, !'b, !'c, !'d) format4 = ('a, 'b, 'c, 'd) format4type nonrec (!'a, !'b, !'c, !'d, !'e, !'f) format6 =
('a, 'b, 'c, 'd, 'e, 'f) format6val ignore : 'a -> unitval (!) : 'a ref -> 'aval ref : 'a -> 'a refval raise : exn -> 'aval raise_s : Sexplib0.Sexp.t -> 'aval phys_equal : 'a -> 'a -> boolval force : 'a Lazy.t -> 'a