Functor Binable.Of_binable

module Of_binable: 
functor (Binable : S) ->
functor (M : sig
type t 
val to_binable : t -> Binable.t
val of_binable : Binable.t -> t
end) -> S with type t := M.t
Parameters:
Binable : S
M : sig type t val to_binable : t -> Binable.t val of_binable : Binable.t -> t end