Module Cf_set

module Cf_set: sig .. end
A module type for functional set implementations (with enhancements over the Set module in the standard library).


Overview

This module defines the common interface to the various implementations of functional sets in the Cf library.

module type T = sig .. end