range

An efficient and versatile range library.

https://bitbucket.org/robertmassaioli/range

Version on this page:0.2.1.1
LTS Haskell 23.3:0.3.0.2
Stackage Nightly 2025-01-12: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.2.1.1@sha256:58c1f98efbe7b2cda0f8fd6bc604703024e929a75dc5a5dd75d17f5f811b433a,3698

Module documentation for 0.2.1.1

Depends on 3 packages(full list with versions):

The range library alows the use of performant and versatile ranges in your code. It supports bounded and unbounded ranges, ranges in a nested manner (like library versions), an efficient algebra of range computation and even a simplified interface for ranges for the common cases. This library is far more efficient than using the default Data.List functions to approximate range behaviour. Performance is the major value offering of this library. If this is your first time using this library it is highly recommended that you start with Data.Range.Range; it contains the basics of this library that meet most use cases.