Set_intf.Binableinclude module type of struct include Bin_prot.Binable endmodule type S_only_functions = sig ... endmodule type S = sig ... endmodule type S1 = sig ... endmodule type S2 = sig ... endmodule type S3 = sig ... endmodule Minimal : sig ... endmodule Shape = Bin_prot.Shapemodule List = Base.Listmodule Stable : sig ... endtype bigstring = (Base.Char.t, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.tval of_bigstring : (module S with type t = 'a) -> Bin_prot.Common.buf -> 'aval create_bigstring : int -> (char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.tval to_bigstring : ?prefix_with_length:bool ->
(module S with type t = 'a) -> 'a -> (char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.tmodule Of_binable_with_uuid = Stable.Of_binable.V2module Of_binable1_with_uuid = Stable.Of_binable1.V2module Of_binable2_with_uuid = Stable.Of_binable2.V2module Of_binable3_with_uuid = Stable.Of_binable3.V2module Of_sexpable_with_uuid = Stable.Of_sexpable.V2module Of_stringable_with_uuid = Stable.Of_stringable.V2module Of_binable_without_uuid = Stable.Of_binable.V1module Of_binable1_without_uuid = Stable.Of_binable1.V1module Of_binable2_without_uuid = Stable.Of_binable2.V1module Of_binable3_without_uuid = Stable.Of_binable3.V1module Of_sexpable_without_uuid = Stable.Of_sexpable.V1module Of_stringable_without_uuid = Stable.Of_stringable.V1module type S_only_functions_and_shape = sig ... endmodule Of_only_functions_and_shape (X : S_only_functions_and_shape) : S