Module Core_kernel__.Binable0
include Bin_prot.Binable
module type S = sig ... endmodule type S1 = sig ... endmodule type S2 = sig ... endmodule type S3 = sig ... endtype bigstring = (Core_kernel__.Import.char, Stdlib.Bigarray.int8_unsigned_elt, Stdlib.Bigarray.c_layout) Stdlib.Bigarray.Array1.ttype 'a m = (module S with type t = 'a)
val of_bigstring : (module S with type t = 'a) -> Bin_prot.Common.buf -> 'aval create_bigstring : int -> (char, Stdlib.Bigarray.int8_unsigned_elt, Stdlib.Bigarray.c_layout) Stdlib.Bigarray.Array1.tval to_bigstring : ?prefix_with_length:bool -> (module S with type t = 'a) -> 'a -> (char, Stdlib.Bigarray.int8_unsigned_elt, Stdlib.Bigarray.c_layout) Stdlib.Bigarray.Array1.t