Functor Binable.Of_stringable


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