@hackage / partial-order

Provides typeclass suitable for types admitting a partial order

Latest0.2.0.0

About

Metadata

  • Last updated , by mtesseract
  • License BSD-3-Clause
  • Maintained by: mtesseract@silverratio.net

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    extra-instances (on by default)

    Include additional instances of PartialOrd in Data.Set

Readme

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.