module GenericMap:sig
..end
Provide a way to create GenericMap from a module specifying how to hash.
module type S =sig
..end
This module type must be implemented to obtain an instantiated GenericMap.
module type GenericMapSig =sig
..end
Common signature of map modules based on Ptrees library.
module Make:
module MaptoSet: