Base.Export
type !'a array = 'a Array.t
val array_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a array
val sexp_of_array : ('a -> Sexplib0.Sexp.t) -> 'a array -> Sexplib0.Sexp.t
val array_sexp_grammar :
'a Sexplib0.Sexp_grammar.t ->
'a array Sexplib0.Sexp_grammar.t
type bool = Bool.t
val hash_fold_bool :
Base_internalhash_types.state ->
bool ->
Base_internalhash_types.state
val hash_bool : bool -> Base_internalhash_types.hash_value
val bool_of_sexp : Sexplib0.Sexp.t -> bool
val sexp_of_bool : bool -> Sexplib0.Sexp.t
val bool_sexp_grammar : bool Sexplib0.Sexp_grammar.t
type char = Char.t
val hash_fold_char :
Base_internalhash_types.state ->
char ->
Base_internalhash_types.state
val hash_char : char -> Base_internalhash_types.hash_value
val char_of_sexp : Sexplib0.Sexp.t -> char
val sexp_of_char : char -> Sexplib0.Sexp.t
val char_sexp_grammar : char Sexplib0.Sexp_grammar.t
type exn = Exn.t
val sexp_of_exn : exn -> Sexplib0.Sexp.t
type float = Float.t
val hash_fold_float :
Base_internalhash_types.state ->
float ->
Base_internalhash_types.state
val hash_float : float -> Base_internalhash_types.hash_value
val float_of_sexp : Sexplib0.Sexp.t -> float
val sexp_of_float : float -> Sexplib0.Sexp.t
val float_sexp_grammar : float Sexplib0.Sexp_grammar.t
type int = Int.t
val hash_fold_int :
Base_internalhash_types.state ->
int ->
Base_internalhash_types.state
val hash_int : int -> Base_internalhash_types.hash_value
val int_of_sexp : Sexplib0.Sexp.t -> int
val sexp_of_int : int -> Sexplib0.Sexp.t
val int_sexp_grammar : int Sexplib0.Sexp_grammar.t
type int32 = Int32.t
val hash_fold_int32 :
Base_internalhash_types.state ->
int32 ->
Base_internalhash_types.state
val hash_int32 : int32 -> Base_internalhash_types.hash_value
val int32_of_sexp : Sexplib0.Sexp.t -> int32
val sexp_of_int32 : int32 -> Sexplib0.Sexp.t
val int32_sexp_grammar : int32 Sexplib0.Sexp_grammar.t
type int64 = Int64.t
val hash_fold_int64 :
Base_internalhash_types.state ->
int64 ->
Base_internalhash_types.state
val hash_int64 : int64 -> Base_internalhash_types.hash_value
val int64_of_sexp : Sexplib0.Sexp.t -> int64
val sexp_of_int64 : int64 -> Sexplib0.Sexp.t
val int64_sexp_grammar : int64 Sexplib0.Sexp_grammar.t
type !'a list = 'a List.t
val hash_fold_list :
(Base_internalhash_types.state -> 'a -> Base_internalhash_types.state) ->
Base_internalhash_types.state ->
'a list ->
Base_internalhash_types.state
val list_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a list
val sexp_of_list : ('a -> Sexplib0.Sexp.t) -> 'a list -> Sexplib0.Sexp.t
val list_sexp_grammar :
'a Sexplib0.Sexp_grammar.t ->
'a list Sexplib0.Sexp_grammar.t
type nativeint = Nativeint.t
val hash_fold_nativeint :
Base_internalhash_types.state ->
nativeint ->
Base_internalhash_types.state
val hash_nativeint : nativeint -> Base_internalhash_types.hash_value
val nativeint_of_sexp : Sexplib0.Sexp.t -> nativeint
val sexp_of_nativeint : nativeint -> Sexplib0.Sexp.t
val nativeint_sexp_grammar : nativeint Sexplib0.Sexp_grammar.t
type !'a option = 'a Option.t
val hash_fold_option :
(Base_internalhash_types.state -> 'a -> Base_internalhash_types.state) ->
Base_internalhash_types.state ->
'a option ->
Base_internalhash_types.state
val option_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a option
val sexp_of_option : ('a -> Sexplib0.Sexp.t) -> 'a option -> Sexplib0.Sexp.t
val option_sexp_grammar :
'a Sexplib0.Sexp_grammar.t ->
'a option Sexplib0.Sexp_grammar.t
type !'a ref = 'a Ref.t
val ref_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a ref
val sexp_of_ref : ('a -> Sexplib0.Sexp.t) -> 'a ref -> Sexplib0.Sexp.t
val ref_sexp_grammar :
'a Sexplib0.Sexp_grammar.t ->
'a ref Sexplib0.Sexp_grammar.t
type string = String.t
val hash_fold_string :
Base_internalhash_types.state ->
string ->
Base_internalhash_types.state
val hash_string : string -> Base_internalhash_types.hash_value
val string_of_sexp : Sexplib0.Sexp.t -> string
val sexp_of_string : string -> Sexplib0.Sexp.t
val string_sexp_grammar : string Sexplib0.Sexp_grammar.t
type bytes = Bytes.t
val bytes_of_sexp : Sexplib0.Sexp.t -> bytes
val sexp_of_bytes : bytes -> Sexplib0.Sexp.t
val bytes_sexp_grammar : bytes Sexplib0.Sexp_grammar.t
type unit = Unit.t
val hash_fold_unit :
Base_internalhash_types.state ->
unit ->
Base_internalhash_types.state
val hash_unit : unit -> Base_internalhash_types.hash_value
val unit_of_sexp : Sexplib0.Sexp.t -> unit
val sexp_of_unit : unit -> Sexplib0.Sexp.t
val unit_sexp_grammar : unit Sexplib0.Sexp_grammar.t
type nonrec (!'a, !'b, !'c) format = ('a, 'b, 'c) format
type nonrec (!'a, !'b, !'c, !'d) format4 = ('a, 'b, 'c, 'd) format4
type nonrec (!'a, !'b, !'c, !'d, !'e, !'f) format6 =
('a, 'b, 'c, 'd, 'e, 'f) format6
val ignore : 'a -> unit
val (!) : 'a ref -> 'a
val ref : 'a -> 'a ref
val raise : exn -> 'a
val raise_s : Sexplib0.Sexp.t -> 'a
val phys_equal : 'a -> 'a -> bool
val force : 'a Lazy.t -> 'a