range: An efficient and versatile range library.
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.
Modules
[Index] [Quick Jump]
Downloads
- range-0.2.1.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.1.1, 0.1.2.0, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.3.0.0, 0.3.0.1, 0.3.0.2 |
---|---|
Dependencies | base (>=4.9 && <5), free (>=4.12), parsec (>=3) [details] |
License | MIT |
Author | Robert Massaioli |
Maintainer | robertmassaioli@gmail.com |
Revised | Revision 1 made by phadej at 2018-09-11T12:09:40Z |
Category | Data |
Home page | https://bitbucket.org/robertmassaioli/range |
Uploaded | by RobertMassaioli at 2018-09-09T22:09:46Z |
Distributions | LTSHaskell:0.3.0.2, NixOS:0.3.0.2, Stackage:0.3.0.2 |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 8219 total (1 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-09-10 [all 1 reports] |