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