module Cf_set:A module type for functional set implementations (with enhancements over thesig
..end
Set
module in the standard library).
This module defines the common interface to the various implementations of
functional sets in the Cf
library.
module type T =sig
..end