module type HASHABLE = sig end
sig end
type t
val hash : t -> int
t -> int
val equal : t -> t -> bool
t -> t -> bool