Module Core_kernel__.Binable0

include Bin_prot.Binable
module type S_only_functions : sig ... end
module type S : sig ... end
module type S1 : sig ... end
module type S2 : sig ... end
module type S3 : sig ... end
module Shape = Bin_prot.Shape
module List = Base.List
module Stable : sig ... end
type bigstring = (Core_kernel__.Import.char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t
type 'a m = (module S with type t = 'a)
val of_bigstring : (module S with type t = 'a) ‑> Bin_prot.Common.buf ‑> 'a
val create_bigstring : int ‑> (char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t
val to_bigstring : ?prefix_with_length:bool ‑> (module S with type t = 'a) ‑> 'a ‑> (char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t
module Of_binable = Stable.Of_binable.V1
module Of_binable1 = Stable.Of_binable1.V1
module Of_binable2 = Stable.Of_binable2.V1
module Of_binable3 = Stable.Of_binable3.V1
module Of_sexpable = Stable.Of_sexpable.V1
module Of_stringable = Stable.Of_stringable.V1
module type S_only_functions_and_shape : sig ... end
module Of_only_functions_and_shape : functor (X : S_only_functions_and_shape) -> S