data-interval: Interval datatype, interval arithmetic and interval-based containers

[ bsd3, data, library, math ] [ Propose Tags ]

Interval datatype, interval arithmetic and interval-based containers for Haskell. Unlike the intervals package (http://hackage.haskell.org/package/intervals), this package provides both open and closed intervals and is intended to be used with exact number types such as Rational and Integer.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
lattices

Derive lattice instances

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.2.0, 1.3.0, 1.3.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2 (info)
Change log CHANGELOG.markdown
Dependencies base (>=4.10 && <5), containers (>=0.5.8 && <0.8), deepseq (<1.6), extended-reals (>=0.2 && <1.0), hashable (>=1.1.2.5 && <1.5), lattices (>=2 && <2.3) [details]
License BSD-3-Clause
Author Masahiro Sakai (masahiro.sakai@gmail.com)
Maintainer masahiro.sakai@gmail.com
Category Data, Math
Bug tracker https://github.com/msakai/data-interval/issues
Source repo head: git clone https://github.com/msakai/data-interval
Uploaded by Bodigrim at 2023-12-21T22:37:43Z
Distributions LTSHaskell:2.1.2, NixOS:2.1.2, Stackage:2.1.2
Reverse Dependencies 6 direct, 13 indirect [details]
Downloads 15402 total (71 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for data-interval-2.1.2

[back to package description]

data-interval

Build Status (GitHub Actions) Hackage Hackage Deps Coverage Status License

Interval datatype, interval arithmetic, and interval-based containers for Haskell.

Unlike the intervals package, this package provides both open and closed intervals and is intended to be used with Rational.