Module Predicate
Infinite sets over a chosen OrderedType.
All operations over sets are purely applicative (no side-effects).
- module type OrderedType = sig ... end
- Input signature of the functor - Make.
module type S = sig ... endPredicateInfinite sets over a chosen OrderedType.
All operations over sets are purely applicative (no side-effects).
module type OrderedType = sig ... endInput signature of the functor Make.
module type S = sig ... end