Module Kappa_data_structures.Cache

module type Cache = sig ... end
module Cache (OO : SetMap.OrderedType) : Cache with type O.t = OO.t