range

This has a bunch of code for specifying and managing ranges in your code.

https://bitbucket.org/robertmassaioli/range

Version on this page:0.1.1.1
LTS Haskell 22.23:0.3.0.2
Stackage Nightly 2024-05-25:0.3.0.2
Latest on Hackage:0.3.0.2

See all snapshots range appears in

MIT licensed by Robert Massaioli
Maintained by [email protected]
This version can be pinned in stack with:range-0.1.1.1@sha256:b050a2a004b167b84984e9cca9567a87cb9d126b8e979530479eab67e7f9acb2,2999

Module documentation for 0.1.1.1

Depends on 2 packages(full list with versions):

range is built to allow you to use ranges in your code quickly and efficiently. There are many occasions where you will want to check if certain values are within a range and this library will make it trivial for you to do so. It also attempts to do so in the most efficient way possible.