module type Make_binable_spec = sig .. end
sig
end
module Binable: Binable.S
Binable.S
type t
val to_binable : t -> Binable.t
t -> Binable.t
val of_binable : Binable.t -> t
Binable.t -> t