module SetWithDescr: functor (Data : ORDEREDDESCR) -> SetDescr with type elt = Data.t and type t = Set.Make(Data).t
functor (
Data
:
ORDEREDDESCR
) ->
SetDescr
with type elt = Data.t and type t = Set.Make(Data).t
val descr : Unmarshal.t
Unmarshal.t
include Set.S