Module type Mweak.WeakHashable


module type WeakHashable = sig .. end

type t 
val equal : t -> t -> bool
val hash : t -> int
val pretty : Format.formatter -> t -> unit