Module type Hashcons.S


module type S = sig  end


type key

type t
val create : int -> t
Parameters:
? : int
val clear : t -> unit
Parameters:
? : t
val hashcons : t -> key -> key Hashcons.hashed
Parameters:
? : t
? : key
val mem : t -> key -> bool
Parameters:
? : t
? : key
val iter : (key Hashcons.hashed -> unit) -> t -> unit
Parameters:
? : key Hashcons.hashed -> unit
? : t
val stat : t -> unit
Parameters:
? : t