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