@hackage type-compare0.1.1
Type-level Ord compatibility layer
Categories
License
Apache-2.0
Maintainer
Andrew Pritchard <awpr@google.com>
Links
Versions
Installation
Dependencies (1)
Dependents (3)
@hackage/snumber, @hackage/numeric-kinds, @hackage/dependent-literals
In base-4.16.0.0, an open type family Compare was added as a type-level
analog of Ord. This package provides a compatible interface on earlier
versions of base, and re-exports the canonical one with later versions.