@hackage partial-order0.2.0.0
Provides typeclass suitable for types admitting a partial order
Categories
License
BSD-3-Clause
Maintainer
mtesseract@silverratio.net
Links
Versions
Installation
Dependencies (2)
- base >=4.7 && <5
- containers >=0.5.0.0 && <0.7 Show all…
Dependents (4)
@cardano/cardano-ledger-core, @hackage/nixpkgs-update, @hackage/morloc, @hackage/camfort
Package Flags
extra-instances
(on by default)
Include additional instances of PartialOrd in Data.Set
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.