module Cf_map:A module type for associative array implementations (with functional enhancements over thesig
..end
Map
module in the standard library).
This module defines the common interface to the various implementations of
functional associative arrays in the Cf
library.
module type T =sig
..end