Module type Hashcons.HashedType

module type HashedType = sig .. end

type t 
val equal : t -> t -> bool
val hash : t -> int
val tag : int -> t -> t