partial-order

Provides typeclass suitable for types admitting a partial order

https://github.com/mtesseract/haskell-partial-order

Version on this page:0.1.2.1
LTS Haskell 22.14:0.2.0.0
Stackage Nightly 2024-03-28:0.2.0.0
Latest on Hackage:0.2.0.0

See all snapshots partial-order appears in

BSD-3-Clause licensed by Moritz Schulte
Maintained by [email protected]
This version can be pinned in stack with:partial-order-0.1.2.1@sha256:ea23c7d57189d5af8dd8c3e05486319d4c7a53193ff6be7bf0be95ffad60341d,1927

Module documentation for 0.1.2.1

  • Data
    • Data.PartialOrd
Depends on 2 packages(full list with versions):

This packages provides the PartialOrd typeclass suitable for types admitting a partial order. The only module exposed by this package is Data.PartialOrd. Along with the PartialOrd typeclass and some utility functions for working with partially ordered types, it exports instances for certain numeric types along with instances for lists and sets.