COrdering

An algebraic data type similar to Prelude Ordering.

Stackage Nightly 2025-11-17:2.3.1
Latest on Hackage:2.3.1

See all snapshots COrdering appears in

BSD-3-Clause licensed by Adrian Hey
Maintained by Bodigrim
This version can be pinned in stack with:COrdering-2.3.1@sha256:60c7328d87f41de27cdd26fbe4d3e75e60660f6ad5b14bb280ff3e5c6ec00161,1118

Module documentation for 2.3.1

Depends on 1 package(full list with versions):

Typically this is used as the return type of a combining comparison, which combines two values if they are deemed equal in some sense. Currently combining comparisons are used extensively by the AVL tree package

Changes

2.3.1

  • Class Typeable1 is no longer a thing.

2.3

  • No code changes, just reclaiming ownership and bumping version No.

2.2 (Final release)

  • No code changes.
  • Removed link to Haskell wiki homepage as this will never be done.
  • Removed link to maintainer email.

2.1

  • Initial Hackage/Cabal release. Version set to 2.1 to distinguish from the 2.0 (non-cabal) release on my home page.