Module type Buckx.WeakHashable

module type WeakHashable = sig .. end

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