Module Ordering

type Ordering = either {
  .equal !,
  .greater !,
  .less !,
}

The result of a comparison between two values.