Module Frenetic_kernel.Hashcons

module type HASHTYPE : sig ... end
module Make : functor (Value : Core.Hashtbl.Key) -> HASHTYPE with type t = Value.t