Module type HashNormalizer.NormalizedT

a hashed type with a normalization function which respects equality

include Core.Caml.Hashtbl.HashedType
type t
val equal : t -> t -> bool
val hash : t -> int
val normalize : t -> t