module Extset:sig..end
module type OrderedType = Stdlib.Set.OrderedTypeInput signature of the functor Extset.Make.
module type S =sig..end
Output signature of the functor Extset.Make.
module MakeOfMap:
Functor building an implementation of the set structure given a totally ordered type.
module Make:
Functor building an implementation of the set structure given a totally ordered type.