range: An efficient and versatile range library.

[ data, library, mit ] [ Propose Tags ]

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; it contains the basics of this library that meet most use cases.

Downloads

Maintainer's Corner

Package maintainers

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.7 && <5), free (>=4.12), parsec (>=3) [details]
License MIT
Author Robert Massaioli
Maintainer robertmassaioli@gmail.com
Category Data
Home page https://bitbucket.org/robertmassaioli/range
Uploaded by RobertMassaioli at 2019-10-26T01:36:41Z
Distributions LTSHaskell:0.3.0.2, NixOS:0.3.0.2, Stackage:0.3.0.2
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 7836 total (49 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-10-26 [all 1 reports]