Module type Testo_diff.Comparable

type t

The type of the items being compared

val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val compare : t -> t -> int

A way to distinguish if items are equal or unequal. It follows the OCaml convention of returning an integer between -1 to 1.