Module Cduce_types.Tset
The minimal interface for a set of values to be part of a type. All kinds (for instance the ℂDuce type Int Intervals) support at least these operations.
module type Tset_base = sig ... endThis module represent the basic signature for sets. It should not be used directly, see
S.
module type S = sig ... endThe full signature of a set of value. It contains the basic operations as well as some infix operators.