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

  • Data
    • Data.Range
      • Data.Range.Algebra
      • Data.Range.NestedRange
      • Data.Range.Parser
      • Data.Range.Range
      • Data.Range.RangeTree
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.