Functor Binable0.Of_stringable

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