@hackage COrdering2.3

An algebraic data type similar to Prelude Ordering.

  • Categories

    • License

      BSD-3-Clause

    • Maintainer

      Adrian Hey http://homepages.nildram.co.uk/~ahey/em.png

    • Versions

      • 2.3 Sat, 23 Mar 2024
      • 2.2 Sun, 23 Mar 2008
      • 2.1 Mon, 21 Jan 2008
    • Installation

    • Dependencies (1)

    • Dependents (0)

    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 (AvlTree).