Module Hashcons
Generic hash-consing.
Hashconsing functorial interface
module type HashconsedType = sig ... end
module type S = sig ... end
Wrappers
Hashconsing of usual structures
module type HashedType = sig ... end
Hashcons
Generic hash-consing.
module type HashconsedType = sig ... end
module type S = sig ... end
module type HashedType = sig ... end