Module Hc.Mk
Parameters
Cache : Stdlib.Hashtbl.S
Signature
type t= Cache.key hash_consed Cache.t
val tbl : Cache.key hash_consed Cache.tval clear : unit -> unitval iter : (Cache.key -> Cache.key hash_consed -> unit) -> unitval stats : unit -> Stdlib.Hashtbl.statisticsval hashcons : Cache.key -> Cache.key hash_consed