Functor Core_set.Make_binable


module Make_binable: 
functor (Elt : sig
include Core_set.Elt
include Binable.S
end) -> S_binable with type elt = Elt.t
Parameters:
Elt : sig include Elt include Binable.S with type binable = t end

include Core_set.S
include Binable.S