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