Module Core__.Stable
include module type of Core_kernel.Core_kernel_stable with module Core_kernel_stable.Time_ns := Core_kernel.Core_kernel_stable.Time_ns with module Time := Core_kernel.Core_kernel_stable.Time
module Unit_test = Core_kernel.Stable_unit_test.Makemodule type Stable = Core_kernel__.Stable_module_types.S0module type Stable1 = Core_kernel__.Stable_module_types.S1module type Stable2 = Core_kernel__.Stable_module_types.S2module type Stable3 = Core_kernel__.Stable_module_types.S3module type Stable4 = Core_kernel__.Stable_module_types.S4module Make_stable = Core_kernel__.Make_stableinclude Core_kernel__.Stable_internal
include Bin_prot.Std
include Bin_prot.Size
- type 'a sizer- = 'a -> int
- type ('a, 'b) sizer1- = 'a sizer -> 'b sizer
- type ('a, 'b, 'c) sizer2- = 'a sizer -> ('b, 'c) sizer1
- type ('a, 'b, 'c, 'd) sizer3- = 'a sizer -> ('b, 'c, 'd) sizer2
- val bin_size_unit : unit sizer
- val bin_size_bool : bool sizer
- val bin_size_string : string sizer
- val bin_size_bytes : bytes sizer
- val bin_size_char : char sizer
- val bin_size_int : int sizer
- val bin_size_float : float sizer
- val bin_size_int32 : int32 sizer
- val bin_size_int64 : int64 sizer
- val bin_size_nativeint : nativeint sizer
- val bin_size_nat0 : Bin_prot.Nat0.t sizer
- val bin_size_ref : ('a, 'a Stdlib.ref) sizer1
- val bin_size_lazy_t : ('a, 'a lazy_t) sizer1
- val bin_size_lazy : ('a, 'a lazy_t) sizer1
- val bin_size_option : ('a, 'a option) sizer1
- val bin_size_pair : ('a, 'b, 'a * 'b) sizer2
- val bin_size_triple : ('a, 'b, 'c, 'a * 'b * 'c) sizer3
- val bin_size_list : ('a, 'a list) sizer1
- val bin_size_array : ('a, 'a array) sizer1
- val bin_size_hashtbl : ('a, 'b, ('a, 'b) Stdlib.Hashtbl.t) sizer2
- val bin_size_float32_vec : Bin_prot.Common.vec32 sizer
- val bin_size_float64_vec : Bin_prot.Common.vec64 sizer
- val bin_size_vec : Bin_prot.Common.vec sizer
- val bin_size_float32_mat : Bin_prot.Common.mat32 sizer
- val bin_size_float64_mat : Bin_prot.Common.mat64 sizer
- val bin_size_mat : Bin_prot.Common.mat sizer
- val bin_size_bigstring : Bin_prot.Common.buf sizer
- val bin_size_float_array : float array sizer
- val bin_size_variant_int : int sizer
- val bin_size_int_8bit : int sizer
- val bin_size_int_16bit : int sizer
- val bin_size_int_32bit : int sizer
- val bin_size_int_64bit : int sizer
- val bin_size_int64_bits : int64 sizer
- val bin_size_network16_int : int sizer
- val bin_size_network32_int : int sizer
- val bin_size_network32_int32 : int32 sizer
- val bin_size_network64_int : int sizer
- val bin_size_network64_int64 : int64 sizer
- val bin_size_array_no_length : ('a, 'a array) sizer1
- val bin_size_md5 : Md5_lib.t sizer
module Maximum = Bin_prot.Size.Maximummodule Minimum = Bin_prot.Size.Minimum- val bin_unit : unit Bin_prot.Type_class.t
- val bin_shape_unit : Bin_prot.Shape.t
- val bin_writer_unit : unit Bin_prot.Type_class.writer
- val bin_write_unit : unit Bin_prot.Write.writer
- val bin_reader_unit : unit Bin_prot.Type_class.reader
- val bin_read_unit : unit Bin_prot.Read.reader
- val __bin_read_unit__ : 'a -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'b -> 'c
- val bin_bool : bool Bin_prot.Type_class.t
- val bin_shape_bool : Bin_prot.Shape.t
- val bin_writer_bool : bool Bin_prot.Type_class.writer
- val bin_write_bool : bool Bin_prot.Write.writer
- val bin_reader_bool : bool Bin_prot.Type_class.reader
- val bin_read_bool : bool Bin_prot.Read.reader
- val __bin_read_bool__ : 'a -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'b -> 'c
- val bin_string : string Bin_prot.Type_class.t
- val bin_shape_string : Bin_prot.Shape.t
- val bin_writer_string : string Bin_prot.Type_class.writer
- val bin_write_string : string Bin_prot.Write.writer
- val bin_reader_string : string Bin_prot.Type_class.reader
- val bin_read_string : string Bin_prot.Read.reader
- val __bin_read_string__ : 'a -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'b -> 'c
- val bin_bytes : bytes Bin_prot.Type_class.t
- val bin_shape_bytes : Bin_prot.Shape.t
- val bin_writer_bytes : bytes Bin_prot.Type_class.writer
- val bin_write_bytes : bytes Bin_prot.Write.writer
- val bin_reader_bytes : bytes Bin_prot.Type_class.reader
- val bin_read_bytes : bytes Bin_prot.Read.reader
- val __bin_read_bytes__ : 'a -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'b -> 'c
- val bin_char : char Bin_prot.Type_class.t
- val bin_shape_char : Bin_prot.Shape.t
- val bin_writer_char : char Bin_prot.Type_class.writer
- val bin_write_char : char Bin_prot.Write.writer
- val bin_reader_char : char Bin_prot.Type_class.reader
- val bin_read_char : char Bin_prot.Read.reader
- val __bin_read_char__ : 'a -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'b -> 'c
- val bin_int : int Bin_prot.Type_class.t
- val bin_shape_int : Bin_prot.Shape.t
- val bin_writer_int : int Bin_prot.Type_class.writer
- val bin_write_int : int Bin_prot.Write.writer
- val bin_reader_int : int Bin_prot.Type_class.reader
- val bin_read_int : int Bin_prot.Read.reader
- val __bin_read_int__ : 'a -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'b -> 'c
- val bin_float : float Bin_prot.Type_class.t
- val bin_shape_float : Bin_prot.Shape.t
- val bin_writer_float : float Bin_prot.Type_class.writer
- val bin_write_float : float Bin_prot.Write.writer
- val bin_reader_float : float Bin_prot.Type_class.reader
- val bin_read_float : float Bin_prot.Read.reader
- val __bin_read_float__ : 'a -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'b -> 'c
- val bin_float_array : Bin_prot.Type_class.float_array Bin_prot.Type_class.t
- val bin_shape_float_array : Bin_prot.Shape.t
- val bin_writer_float_array : Bin_prot.Type_class.float_array Bin_prot.Type_class.writer
- val bin_write_float_array : float array Bin_prot.Write.writer
- val bin_reader_float_array : Bin_prot.Type_class.float_array Bin_prot.Type_class.reader
- val bin_read_float_array : float array Bin_prot.Read.reader
- val __bin_read_float_array__ : 'a -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'b -> 'c
- val bin_int32 : int32 Bin_prot.Type_class.t
- val bin_shape_int32 : Bin_prot.Shape.t
- val bin_writer_int32 : int32 Bin_prot.Type_class.writer
- val bin_write_int32 : int32 Bin_prot.Write.writer
- val bin_reader_int32 : int32 Bin_prot.Type_class.reader
- val bin_read_int32 : int32 Bin_prot.Read.reader
- val __bin_read_int32__ : 'a -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'b -> 'c
- val bin_int64 : int64 Bin_prot.Type_class.t
- val bin_shape_int64 : Bin_prot.Shape.t
- val bin_writer_int64 : int64 Bin_prot.Type_class.writer
- val bin_write_int64 : int64 Bin_prot.Write.writer
- val bin_reader_int64 : int64 Bin_prot.Type_class.reader
- val bin_read_int64 : int64 Bin_prot.Read.reader
- val __bin_read_int64__ : 'a -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'b -> 'c
- val bin_nativeint : nativeint Bin_prot.Type_class.t
- val bin_shape_nativeint : Bin_prot.Shape.t
- val bin_writer_nativeint : nativeint Bin_prot.Type_class.writer
- val bin_write_nativeint : nativeint Bin_prot.Write.writer
- val bin_reader_nativeint : nativeint Bin_prot.Type_class.reader
- val bin_read_nativeint : nativeint Bin_prot.Read.reader
- val __bin_read_nativeint__ : 'a -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'b -> 'c
- val bin_ref : ('a, 'a Stdlib.ref) Bin_prot.Type_class.S1.t
- val bin_shape_ref : Bin_prot.Shape.t -> Bin_prot.Shape.t
- val bin_writer_ref : ('a, 'a Stdlib.ref) Bin_prot.Type_class.S1.writer
- val bin_write_ref : ('a, 'a Stdlib.ref) Bin_prot.Write.writer1
- val bin_reader_ref : ('a, 'a Stdlib.ref) Bin_prot.Type_class.S1.reader
- val bin_read_ref : ('a, 'a Stdlib.ref) Bin_prot.Read.reader1
- val __bin_read_ref__ : 'a -> 'b -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'c -> 'd
- val bin_lazy_t : ('a, 'a lazy_t) Bin_prot.Type_class.S1.t
- val bin_shape_lazy_t : Bin_prot.Shape.t -> Bin_prot.Shape.t
- val bin_writer_lazy_t : ('a, 'a lazy_t) Bin_prot.Type_class.S1.writer
- val bin_write_lazy_t : ('a, 'a lazy_t) Bin_prot.Write.writer1
- val bin_reader_lazy_t : ('a, 'a lazy_t) Bin_prot.Type_class.S1.reader
- val bin_read_lazy_t : ('a, 'a lazy_t) Bin_prot.Read.reader1
- val __bin_read_lazy_t__ : 'a -> 'b -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'c -> 'd
- val bin_lazy : ('a, 'a lazy_t) Bin_prot.Type_class.S1.t
- val bin_shape_lazy : Bin_prot.Shape.t -> Bin_prot.Shape.t
- val bin_writer_lazy : ('a, 'a lazy_t) Bin_prot.Type_class.S1.writer
- val bin_write_lazy : ('a, 'a lazy_t) Bin_prot.Write.writer1
- val bin_reader_lazy : ('a, 'a lazy_t) Bin_prot.Type_class.S1.reader
- val bin_read_lazy : ('a, 'a lazy_t) Bin_prot.Read.reader1
- val __bin_read_lazy__ : 'a -> 'b -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'c -> 'd
- val bin_option : ('a, 'a option) Bin_prot.Type_class.S1.t
- val bin_shape_option : Bin_prot.Shape.t -> Bin_prot.Shape.t
- val bin_writer_option : ('a, 'a option) Bin_prot.Type_class.S1.writer
- val bin_write_option : ('a, 'a option) Bin_prot.Write.writer1
- val bin_reader_option : ('a, 'a option) Bin_prot.Type_class.S1.reader
- val bin_read_option : ('a, 'a option) Bin_prot.Read.reader1
- val __bin_read_option__ : 'a -> 'b -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'c -> 'd
- val bin_list : ('a, 'a list) Bin_prot.Type_class.S1.t
- val bin_shape_list : Bin_prot.Shape.t -> Bin_prot.Shape.t
- val bin_writer_list : ('a, 'a list) Bin_prot.Type_class.S1.writer
- val bin_write_list : ('a, 'a list) Bin_prot.Write.writer1
- val bin_reader_list : ('a, 'a list) Bin_prot.Type_class.S1.reader
- val bin_read_list : ('a, 'a list) Bin_prot.Read.reader1
- val __bin_read_list__ : 'a -> 'b -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'c -> 'd
- val bin_array : ('a, 'a array) Bin_prot.Type_class.S1.t
- val bin_shape_array : Bin_prot.Shape.t -> Bin_prot.Shape.t
- val bin_writer_array : ('a, 'a array) Bin_prot.Type_class.S1.writer
- val bin_write_array : ('a, 'a array) Bin_prot.Write.writer1
- val bin_reader_array : ('a, 'a array) Bin_prot.Type_class.S1.reader
- val bin_read_array : ('a, 'a array) Bin_prot.Read.reader1
- val __bin_read_array__ : 'a -> 'b -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'c -> 'd
- val bin_hashtbl : ('a, 'b, ('a, 'b) Stdlib.Hashtbl.t) Bin_prot.Type_class.S2.t
- val bin_shape_hashtbl : Bin_prot.Shape.t -> Bin_prot.Shape.t -> Bin_prot.Shape.t
- val bin_writer_hashtbl : ('a, 'b, ('a, 'b) Stdlib.Hashtbl.t) Bin_prot.Type_class.S2.writer
- val bin_write_hashtbl : ('a, 'b, ('a, 'b) Stdlib.Hashtbl.t) Bin_prot.Write.writer2
- val bin_reader_hashtbl : ('a, 'b, ('a, 'b) Stdlib.Hashtbl.t) Bin_prot.Type_class.S2.reader
- val bin_read_hashtbl : ('a, 'b, ('a, 'b) Stdlib.Hashtbl.t) Bin_prot.Read.reader2
- val __bin_read_hashtbl__ : 'a -> 'b -> 'c -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'd -> 'e
- val bin_bigstring : Bin_prot.Common.buf Bin_prot.Type_class.t
- val bin_shape_bigstring : Bin_prot.Shape.t
- val bin_writer_bigstring : Bin_prot.Common.buf Bin_prot.Type_class.writer
- val bin_write_bigstring : Bin_prot.Common.buf Bin_prot.Write.writer
- val bin_reader_bigstring : Bin_prot.Common.buf Bin_prot.Type_class.reader
- val bin_read_bigstring : Bin_prot.Common.buf Bin_prot.Read.reader
- val __bin_read_bigstring__ : 'a -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'b -> 'c
- val bin_mat : Bin_prot.Common.mat Bin_prot.Type_class.t
- val bin_shape_mat : Bin_prot.Shape.t
- val bin_writer_mat : Bin_prot.Common.mat Bin_prot.Type_class.writer
- val bin_write_mat : Bin_prot.Common.mat Bin_prot.Write.writer
- val bin_reader_mat : Bin_prot.Common.mat Bin_prot.Type_class.reader
- val bin_read_mat : Bin_prot.Common.mat Bin_prot.Read.reader
- val __bin_read_mat__ : 'a -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'b -> 'c
- val bin_float32_mat : Bin_prot.Common.mat32 Bin_prot.Type_class.t
- val bin_shape_float32_mat : Bin_prot.Shape.t
- val bin_writer_float32_mat : Bin_prot.Common.mat32 Bin_prot.Type_class.writer
- val bin_write_float32_mat : Bin_prot.Common.mat32 Bin_prot.Write.writer
- val bin_reader_float32_mat : Bin_prot.Common.mat32 Bin_prot.Type_class.reader
- val bin_read_float32_mat : Bin_prot.Common.mat32 Bin_prot.Read.reader
- val __bin_read_float32_mat__ : 'a -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'b -> 'c
- val bin_float64_mat : Bin_prot.Common.mat64 Bin_prot.Type_class.t
- val bin_shape_float64_mat : Bin_prot.Shape.t
- val bin_writer_float64_mat : Bin_prot.Common.mat64 Bin_prot.Type_class.writer
- val bin_write_float64_mat : Bin_prot.Common.mat64 Bin_prot.Write.writer
- val bin_reader_float64_mat : Bin_prot.Common.mat64 Bin_prot.Type_class.reader
- val bin_read_float64_mat : Bin_prot.Common.mat64 Bin_prot.Read.reader
- val __bin_read_float64_mat__ : 'a -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'b -> 'c
- val bin_vec : Bin_prot.Common.vec Bin_prot.Type_class.t
- val bin_shape_vec : Bin_prot.Shape.t
- val bin_writer_vec : Bin_prot.Common.vec Bin_prot.Type_class.writer
- val bin_write_vec : Bin_prot.Common.vec Bin_prot.Write.writer
- val bin_reader_vec : Bin_prot.Common.vec Bin_prot.Type_class.reader
- val bin_read_vec : Bin_prot.Common.vec Bin_prot.Read.reader
- val __bin_read_vec__ : 'a -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'b -> 'c
- val bin_float32_vec : Bin_prot.Common.vec32 Bin_prot.Type_class.t
- val bin_shape_float32_vec : Bin_prot.Shape.t
- val bin_writer_float32_vec : Bin_prot.Common.vec32 Bin_prot.Type_class.writer
- val bin_write_float32_vec : Bin_prot.Common.vec32 Bin_prot.Write.writer
- val bin_reader_float32_vec : Bin_prot.Common.vec32 Bin_prot.Type_class.reader
- val bin_read_float32_vec : Bin_prot.Common.vec32 Bin_prot.Read.reader
- val __bin_read_float32_vec__ : 'a -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'b -> 'c
- val bin_float64_vec : Bin_prot.Common.vec64 Bin_prot.Type_class.t
- val bin_shape_float64_vec : Bin_prot.Shape.t
- val bin_writer_float64_vec : Bin_prot.Common.vec64 Bin_prot.Type_class.writer
- val bin_write_float64_vec : Bin_prot.Common.vec64 Bin_prot.Write.writer
- val bin_reader_float64_vec : Bin_prot.Common.vec64 Bin_prot.Type_class.reader
- val bin_read_float64_vec : Bin_prot.Common.vec64 Bin_prot.Read.reader
- val __bin_read_float64_vec__ : 'a -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'b -> 'c
include Core_kernel__.Import.Hash.Builtin
- val hash_fold_nativeint : nativeint Core_kernel__.Import.Hash.folder
- val hash_fold_int64 : int64 Core_kernel__.Import.Hash.folder
- val hash_fold_int32 : int32 Core_kernel__.Import.Hash.folder
- val hash_fold_char : char Core_kernel__.Import.Hash.folder
- val hash_fold_int : int Core_kernel__.Import.Hash.folder
- val hash_fold_bool : bool Core_kernel__.Import.Hash.folder
- val hash_fold_string : string Core_kernel__.Import.Hash.folder
- val hash_fold_float : float Core_kernel__.Import.Hash.folder
- val hash_fold_unit : unit Core_kernel__.Import.Hash.folder
- val hash_fold_option : 'a Core_kernel__.Import.Hash.folder -> 'a option Core_kernel__.Import.Hash.folder
- val hash_fold_list : 'a Core_kernel__.Import.Hash.folder -> 'a list Core_kernel__.Import.Hash.folder
- val hash_fold_lazy_t : 'a Core_kernel__.Import.Hash.folder -> 'a lazy_t Core_kernel__.Import.Hash.folder
- val hash_fold_ref_frozen : 'a Core_kernel__.Import.Hash.folder -> 'a Base__.Import0.ref Core_kernel__.Import.Hash.folder
- Hash support for - arrayand- refis provided, but is potentially DANGEROUS, since it incorporates the current contents of the array/ref into the hash value. Because of this we add a- _frozensuffix to the function name.- Hash support for - stringis also potentially DANGEROUS, but strings are mutated less often, so we don't append- _frozento it.- Also note that we don't support - bytes.
- val hash_fold_array_frozen : 'a Core_kernel__.Import.Hash.folder -> 'a array Core_kernel__.Import.Hash.folder
- val hash_nativeint : nativeint -> Core_kernel__.Import.Hash.hash_value
- val hash_int64 : int64 -> Core_kernel__.Import.Hash.hash_value
- val hash_int32 : int32 -> Core_kernel__.Import.Hash.hash_value
- val hash_char : char -> Core_kernel__.Import.Hash.hash_value
- val hash_int : int -> Core_kernel__.Import.Hash.hash_value
- val hash_bool : bool -> Core_kernel__.Import.Hash.hash_value
- val hash_string : string -> Core_kernel__.Import.Hash.hash_value
- val hash_float : float -> Core_kernel__.Import.Hash.hash_value
- val hash_unit : unit -> Core_kernel__.Import.Hash.hash_value
include sig ... end with type 'a array := 'a Core_kernel__.Import.array with type bool := Core_kernel__.Import.bool with type char := Core_kernel__.Import.char with type exn := Core_kernel__.Import.exn with type float := Core_kernel__.Import.float with type int := Core_kernel__.Import.int with type int32 := Core_kernel__.Import.int32 with type int64 := Core_kernel__.Import.int64 with type 'a list := 'a Core_kernel__.Import.list with type nativeint := Core_kernel__.Import.nativeint with type 'a option := 'a Core_kernel__.Import.option with type 'a ref := 'a Core_kernel__.Import.ref with type string := Core_kernel__.Import.string with type bytes := Core_kernel__.Import.bytes with type unit := Core_kernel__.Import.unit
- type nonrec 'a array- = 'a Core_kernel__.Import.array
- val sexp_of_array : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a array -> Ppx_sexp_conv_lib.Sexp.t
- val array_of_sexp : (Ppx_sexp_conv_lib.Sexp.t -> 'a) -> Ppx_sexp_conv_lib.Sexp.t -> 'a array
- type nonrec bool- = Core_kernel__.Import.bool
- val sexp_of_bool : bool -> Ppx_sexp_conv_lib.Sexp.t
- val bool_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> bool
- type nonrec char- = Core_kernel__.Import.char
- val sexp_of_char : char -> Ppx_sexp_conv_lib.Sexp.t
- val char_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> char
- type nonrec exn- = Core_kernel__.Import.exn
- val sexp_of_exn : exn -> Ppx_sexp_conv_lib.Sexp.t
- type nonrec float- = Core_kernel__.Import.float
- val sexp_of_float : float -> Ppx_sexp_conv_lib.Sexp.t
- val float_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> float
- type nonrec int- = Core_kernel__.Import.int
- val sexp_of_int : int -> Ppx_sexp_conv_lib.Sexp.t
- val int_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> int
- type nonrec int32- = Core_kernel__.Import.int32
- val sexp_of_int32 : int32 -> Ppx_sexp_conv_lib.Sexp.t
- val int32_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> int32
- type nonrec int64- = Core_kernel__.Import.int64
- val sexp_of_int64 : int64 -> Ppx_sexp_conv_lib.Sexp.t
- val int64_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> int64
- type nonrec 'a list- = 'a Core_kernel__.Import.list
- val sexp_of_list : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a list -> Ppx_sexp_conv_lib.Sexp.t
- val list_of_sexp : (Ppx_sexp_conv_lib.Sexp.t -> 'a) -> Ppx_sexp_conv_lib.Sexp.t -> 'a list
- type nonrec nativeint- = Core_kernel__.Import.nativeint
- val sexp_of_nativeint : nativeint -> Ppx_sexp_conv_lib.Sexp.t
- val nativeint_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> nativeint
- type nonrec 'a option- = 'a Core_kernel__.Import.option
- val sexp_of_option : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a option -> Ppx_sexp_conv_lib.Sexp.t
- val option_of_sexp : (Ppx_sexp_conv_lib.Sexp.t -> 'a) -> Ppx_sexp_conv_lib.Sexp.t -> 'a option
- type nonrec 'a ref- = 'a Core_kernel__.Import.ref
- val sexp_of_ref : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a ref -> Ppx_sexp_conv_lib.Sexp.t
- val ref_of_sexp : (Ppx_sexp_conv_lib.Sexp.t -> 'a) -> Ppx_sexp_conv_lib.Sexp.t -> 'a ref
- type nonrec string- = Core_kernel__.Import.string
- val sexp_of_string : string -> Ppx_sexp_conv_lib.Sexp.t
- val string_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> string
- type nonrec bytes- = Core_kernel__.Import.bytes
- val sexp_of_bytes : bytes -> Ppx_sexp_conv_lib.Sexp.t
- val bytes_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> bytes
- type nonrec unit- = Core_kernel__.Import.unit
- val sexp_of_unit : unit -> Ppx_sexp_conv_lib.Sexp.t
- val unit_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> unit
- type 'a sexp_option- = 'a Core_kernel__.Std_internal.sexp_option
- val bin_shape_sexp_option : Bin_prot.Shape.t -> Bin_prot.Shape.t
- val bin_size_sexp_option : a. 'a Bin_prot.Size.sizer -> 'a sexp_option Bin_prot.Size.sizer
- val bin_write_sexp_option : a. 'a Bin_prot.Write.writer -> 'a sexp_option Bin_prot.Write.writer
- val bin_writer_sexp_option : 'a Bin_prot.Type_class.writer -> 'a sexp_option Bin_prot.Type_class.writer
- val __bin_read_sexp_option__ : a. 'a Bin_prot.Read.reader -> (Core_kernel__.Import.int -> 'a sexp_option) Bin_prot.Read.reader
- val bin_read_sexp_option : a. 'a Bin_prot.Read.reader -> 'a sexp_option Bin_prot.Read.reader
- val bin_reader_sexp_option : 'a Bin_prot.Type_class.reader -> 'a sexp_option Bin_prot.Type_class.reader
- val bin_sexp_option : 'a Bin_prot.Type_class.t -> 'a sexp_option Bin_prot.Type_class.t
- val compare_sexp_option : a. ('a -> 'a -> Core_kernel__.Import.int) -> 'a sexp_option -> 'a sexp_option -> Core_kernel__.Import.int
- val hash_fold_sexp_option : a. (Base.Hash.state -> 'a -> Base.Hash.state) -> Base.Hash.state -> 'a sexp_option -> Base.Hash.state
- type 'a sexp_list- = 'a Core_kernel__.Std_internal.sexp_list
- val bin_shape_sexp_list : Bin_prot.Shape.t -> Bin_prot.Shape.t
- val bin_size_sexp_list : a. 'a Bin_prot.Size.sizer -> 'a sexp_list Bin_prot.Size.sizer
- val bin_write_sexp_list : a. 'a Bin_prot.Write.writer -> 'a sexp_list Bin_prot.Write.writer
- val bin_writer_sexp_list : 'a Bin_prot.Type_class.writer -> 'a sexp_list Bin_prot.Type_class.writer
- val __bin_read_sexp_list__ : a. 'a Bin_prot.Read.reader -> (Core_kernel__.Import.int -> 'a sexp_list) Bin_prot.Read.reader
- val bin_read_sexp_list : a. 'a Bin_prot.Read.reader -> 'a sexp_list Bin_prot.Read.reader
- val bin_reader_sexp_list : 'a Bin_prot.Type_class.reader -> 'a sexp_list Bin_prot.Type_class.reader
- val bin_sexp_list : 'a Bin_prot.Type_class.t -> 'a sexp_list Bin_prot.Type_class.t
- val compare_sexp_list : a. ('a -> 'a -> Core_kernel__.Import.int) -> 'a sexp_list -> 'a sexp_list -> Core_kernel__.Import.int
- val hash_fold_sexp_list : a. (Base.Hash.state -> 'a -> Base.Hash.state) -> Base.Hash.state -> 'a sexp_list -> Base.Hash.state
module Hashable = Core_kernel.Hashable.Stablemodule Binable = Core_kernel.Binable.Stablemodule Blang = Core_kernel.Blang.Stablemodule Bool = Core_kernel.Bool.Stablemodule Byte_units = Core_kernel.Byte_units.Stablemodule Comparable = Core_kernel.Comparable.Stablemodule Comparator = Core_kernel.Comparator.Stablemodule Date = Core_kernel.Date.Stablemodule Day_of_week = Core_kernel.Day_of_week.Stablemodule Md5 = Core_kernel.Md5.Stablemodule Either = Core_kernel.Either.Stablemodule Error = Core_kernel.Error.Stablemodule Fdeque = Core_kernel.Fdeque.Stablemodule Float_with_finite_only_serialization = Core_kernel.Float_with_finite_only_serialization.Stablemodule Fqueue = Core_kernel.Fqueue.Stablemodule Host_and_port = Core_kernel.Host_and_port.Stablemodule Info = Core_kernel.Info.Stablemodule Int = Core_kernel.Int.Stablemodule Int63 = Core_kernel.Int63.Stablemodule Lazy = Core_kernel.Lazy.Stablemodule List = Core_kernel.List.Stablemodule Map = Core_kernel.Map.Stablemodule Month = Core_kernel.Month.Stablemodule Nothing = Core_kernel.Nothing.Stablemodule Option = Core_kernel.Option.Stablemodule Or_error = Core_kernel.Or_error.Stablemodule Percent = Core_kernel.Percent.Stablemodule Perms = Core_kernel.Perms.Stablemodule Pid = Core_kernel.Pid.Stablemodule Queue = Core_kernel.Queue.Stablemodule Result = Core_kernel.Result.Stablemodule Set = Core_kernel.Set.Stablemodule Sexp = Core_kernel.Sexp.Stablemodule Sexpable = Core_kernel.Sexpable.Stablemodule Source_code_position = Core_kernel.Source_code_position.Stablemodule String = Core_kernel.String.Stablemodule String_id = Core_kernel.String_id.Stablemodule Time_ns = Core_kernel.Time_ns.Stablemodule Time = Core_kernel__.Time_float.Stablemodule Unit = Core_kernel.Unit.Stableinclude Perms.Export
- type read- = Core_kernel.Perms.Read.t
- val bin_shape_read : Bin_prot.Shape.t
- val bin_size_read : read Bin_prot.Size.sizer
- val bin_write_read : read Bin_prot.Write.writer
- val bin_writer_read : read Bin_prot.Type_class.writer
- val bin_read_read : read Bin_prot.Read.reader
- val __bin_read_read__ : (Core_kernel__.Import.int -> read) Bin_prot.Read.reader
- val bin_reader_read : read Bin_prot.Type_class.reader
- val bin_read : read Bin_prot.Type_class.t
- val compare_read : read -> read -> Core_kernel__.Import.int
- val hash_fold_read : Base.Hash.state -> read -> Base.Hash.state
- val hash_read : read -> Base.Hash.hash_value
- val sexp_of_read : read -> Ppx_sexp_conv_lib.Sexp.t
- val read_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> read
- type write- = Core_kernel.Perms.Write.t
- We don't expose - bin_iofor- writedue to a naming conflict with the functions exported by- bin_iofor- read_write. If you want- bin_iofor- write, use- Write.t.
- val compare_write : write -> write -> Core_kernel__.Import.int
- val hash_fold_write : Base.Hash.state -> write -> Base.Hash.state
- val hash_write : write -> Base.Hash.hash_value
- val sexp_of_write : write -> Ppx_sexp_conv_lib.Sexp.t
- val write_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> write
- type immutable- = Core_kernel.Perms.Immutable.t
- val bin_shape_immutable : Bin_prot.Shape.t
- val bin_size_immutable : immutable Bin_prot.Size.sizer
- val bin_write_immutable : immutable Bin_prot.Write.writer
- val bin_writer_immutable : immutable Bin_prot.Type_class.writer
- val bin_read_immutable : immutable Bin_prot.Read.reader
- val __bin_read_immutable__ : (Core_kernel__.Import.int -> immutable) Bin_prot.Read.reader
- val bin_reader_immutable : immutable Bin_prot.Type_class.reader
- val bin_immutable : immutable Bin_prot.Type_class.t
- val compare_immutable : immutable -> immutable -> Core_kernel__.Import.int
- val hash_fold_immutable : Base.Hash.state -> immutable -> Base.Hash.state
- val hash_immutable : immutable -> Base.Hash.hash_value
- val sexp_of_immutable : immutable -> Ppx_sexp_conv_lib.Sexp.t
- val immutable_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> immutable
- type read_write- = Core_kernel.Perms.Read_write.t
- val bin_shape_read_write : Bin_prot.Shape.t
- val bin_size_read_write : read_write Bin_prot.Size.sizer
- val bin_write_read_write : read_write Bin_prot.Write.writer
- val bin_writer_read_write : read_write Bin_prot.Type_class.writer
- val bin_read_read_write : read_write Bin_prot.Read.reader
- val __bin_read_read_write__ : (Core_kernel__.Import.int -> read_write) Bin_prot.Read.reader
- val bin_reader_read_write : read_write Bin_prot.Type_class.reader
- val bin_read_write : read_write Bin_prot.Type_class.t
- val compare_read_write : read_write -> read_write -> Core_kernel__.Import.int
- val hash_fold_read_write : Base.Hash.state -> read_write -> Base.Hash.state
- val hash_read_write : read_write -> Base.Hash.hash_value
- val sexp_of_read_write : read_write -> Ppx_sexp_conv_lib.Sexp.t
- val read_write_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> read_write
- type 'a perms- = 'a Core_kernel.Perms.Upper_bound.t
- val bin_shape_perms : Bin_prot.Shape.t -> Bin_prot.Shape.t
- val bin_size_perms : 'a Bin_prot.Size.sizer -> 'a perms Bin_prot.Size.sizer
- val bin_write_perms : 'a Bin_prot.Write.writer -> 'a perms Bin_prot.Write.writer
- val bin_writer_perms : 'a Bin_prot.Type_class.writer -> 'a perms Bin_prot.Type_class.writer
- val bin_read_perms : 'a Bin_prot.Read.reader -> 'a perms Bin_prot.Read.reader
- val __bin_read_perms__ : 'a Bin_prot.Read.reader -> (Core_kernel__.Import.int -> 'a perms) Bin_prot.Read.reader
- val bin_reader_perms : 'a Bin_prot.Type_class.reader -> 'a perms Bin_prot.Type_class.reader
- val bin_perms : 'a Bin_prot.Type_class.t -> 'a perms Bin_prot.Type_class.t
- val compare_perms : ('a -> 'a -> Core_kernel__.Import.int) -> 'a perms -> 'a perms -> Core_kernel__.Import.int
- val hash_fold_perms : (Base.Hash.state -> 'a -> Base.Hash.state) -> Base.Hash.state -> 'a perms -> Base.Hash.state
- val sexp_of_perms : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a perms -> Ppx_sexp_conv_lib.Sexp.t
- val perms_of_sexp : (Ppx_sexp_conv_lib.Sexp.t -> 'a) -> Ppx_sexp_conv_lib.Sexp.t -> 'a perms
include Ppx_compare_lib.Builtin
- val compare_bool : bool Base__.Ppx_compare_lib.compare
- val compare_char : char Base__.Ppx_compare_lib.compare
- val compare_float : float Base__.Ppx_compare_lib.compare
- val compare_int : int Base__.Ppx_compare_lib.compare
- val compare_int32 : int32 Base__.Ppx_compare_lib.compare
- val compare_int64 : int64 Base__.Ppx_compare_lib.compare
- val compare_nativeint : nativeint Base__.Ppx_compare_lib.compare
- val compare_string : string Base__.Ppx_compare_lib.compare
- val compare_unit : unit Base__.Ppx_compare_lib.compare
- val compare_array : 'a Base__.Ppx_compare_lib.compare -> 'a array Base__.Ppx_compare_lib.compare
- val compare_list : 'a Base__.Ppx_compare_lib.compare -> 'a list Base__.Ppx_compare_lib.compare
- val compare_option : 'a Base__.Ppx_compare_lib.compare -> 'a option Base__.Ppx_compare_lib.compare
- val compare_ref : 'a Base__.Ppx_compare_lib.compare -> 'a Stdlib.ref Base__.Ppx_compare_lib.compare
- val equal_bool : bool Base__.Ppx_compare_lib.equal
- val equal_char : char Base__.Ppx_compare_lib.equal
- val equal_float : float Base__.Ppx_compare_lib.equal
- val equal_int : int Base__.Ppx_compare_lib.equal
- val equal_int32 : int32 Base__.Ppx_compare_lib.equal
- val equal_int64 : int64 Base__.Ppx_compare_lib.equal
- val equal_nativeint : nativeint Base__.Ppx_compare_lib.equal
- val equal_string : string Base__.Ppx_compare_lib.equal
- val equal_unit : unit Base__.Ppx_compare_lib.equal
- val equal_array : 'a Base__.Ppx_compare_lib.equal -> 'a array Base__.Ppx_compare_lib.equal
- val equal_list : 'a Base__.Ppx_compare_lib.equal -> 'a list Base__.Ppx_compare_lib.equal
- val equal_option : 'a Base__.Ppx_compare_lib.equal -> 'a option Base__.Ppx_compare_lib.equal
- val equal_ref : 'a Base__.Ppx_compare_lib.equal -> 'a Stdlib.ref Base__.Ppx_compare_lib.equal
include Core_kernel__.Import.Not_found
- exception- Not_found
- exception- Not_found_s of Sexplib0.Sexp.t
module Interval = Core.Interval.Stablemodule Time = Core__.Core_time_float.Stablemodule Time_ns = Core__.Core_time_ns.Stablemodule Unix = Core__.Core_unix.Stablemodule User_and_group = Core.User_and_group.Stable