Module Hashcons.Make

Parameters

Signature

type key = H.t
type prop = H.prop
type t
val create : int -> t
val clear : t -> unit
val hashcons : t -> key -> prop -> (keyprop) hash_consed
val find : t -> key -> (keyprop) hash_consed
val iter : ((keyprop) hash_consed -> unit) -> t -> unit
val fold : ((keyprop) hash_consed -> 'a -> 'a) -> t -> 'a -> 'a
val stats : t -> int * int * int * int * int * int