module Make: functor (Ord : OrderedType) -> S with type elt = Ord.t
functor (
Ord
:
OrderedType
) ->
S
with type elt = Ord.t
include Set.S
val toList : t -> elt list
t -> elt list
val fromList : elt list -> t
elt list -> t