Module type Maplike.VALUE

The type for map values.

type t

The type for map values.

val equal : t -> t -> bool

equal tests values for equality.

val compare : t -> t -> int

compare is a total order on values compatible with equal.