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