module Of_stringable: functor (M : Stringable.S) -> Bin_prot.Utils.Make_binable(sigmodule Binable: sig .. endtype t = M.t val to_binable : M.t -> stringexception Of_binable of string * exn val of_binable : string -> M.tend)
functor (
M
:
Stringable.S
) ->
Bin_prot.Utils.Make_binable
(
sig
module Binable: sig .. end
end
type t = M.t
M.t
val to_binable : M.t -> string
M.t -> string
exception Of_binable of string * exn
string * exn
val of_binable : string -> M.t
string -> M.t
)