OCaml library : Stdlib.Set (original) (raw)
☰
Module Stdlib.Set
module Set: [Set](Set.html)
module type OrderedType = sig
.. end
Input signature of the functor Set.Make.
Output signature of the functor Set.Make.
module Make:
functor (
Ord
:
[OrderedType](Set.OrderedType.html)
) ->
[S](Set.S.html)
with type elt = Ord.t
Functor building an implementation of the set structure given a totally ordered type.