Module type InvertibleArray.HashableComparableType

module type HashableComparableType = sig .. end
The input signature of the functor Make.

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