Module Hc

type 'a hash_consed = {
node : 'a;
tag : int;
}
val get_initial_cache_size : unit -> int
val set_initial_cache_size : int -> unit
val reset_initial_cache_size : unit -> unit
module Mk : functor (Cache : Stdlib.Hashtbl.S) -> sig ... end
module Make : functor (H : Stdlib.Hashtbl.HashedType) -> sig ... end
module MakeStrong : functor (H : Stdlib.Hashtbl.HashedType) -> sig ... end