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]

Downloads

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

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 && <4.15), containers, deepseq, extended-reals (>=0.2 && <1.0), hashable (>=1.1.2.5 && <1.4), lattices (>=1.2.1.1 && <2.1), semigroups [details]
License BSD-3-Clause
Author Masahiro Sakai (masahiro.sakai@gmail.com)
Maintainer masahiro.sakai@gmail.com
Revised Revision 1 made by sjakobi at 2021-11-18T02:32:29Z
Category Data, Math
Bug tracker https://github.com/msakai/data-interval/issues
Source repo head: git clone git://github.com/msakai/data-interval.git
Uploaded by MasahiroSakai at 2019-09-05T15:13:18Z
Distributions LTSHaskell:2.1.2, NixOS:2.1.2, Stackage:2.1.2
Reverse Dependencies 6 direct, 13 indirect [details]
Downloads 15382 total (74 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-09-05 [all 1 reports]

Readme for data-interval-1.3.1

[back to package description]

data-interval

Build Status 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.