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.0
LTS Haskell 24.56:0.3.2.2
Stackage Nightly 2026-08-24:1.0.0.0
Latest on Hackage:1.0.0.0

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.0@sha256:f0b4cfa540521a0e272a8a24b41b80e3fa7b53f54ab97d7cba0bf558951bf5df,2939

Module documentation for 0.1.1.0

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.