module Cf_map:sig..end
A module type for associative array implementations (with functional
enhancements over the 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