Module type Utils.Make_binable_spec

module type Make_binable_spec = sig .. end

module Binable: Binable.S 
type t 
val to_binable : t -> Binable.t
val of_binable : Binable.t -> t