Module type Eq.T

The type for types with equality and formatters.

type t
val equal : t -> t -> bool
val pp : Stdlib.Format.formatter -> t -> unit