Module type Hook.Comparable

module type Comparable = sig .. end

type t 
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int