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

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 && <5), containers, deepseq, extended-reals (>=0.2 && <1.0), hashable (>=1.1.2.5 && <1.5), lattices (>=1.2.1.1 && <2.3), semigroups [details]
License BSD-3-Clause
Author Masahiro Sakai (masahiro.sakai@gmail.com)
Maintainer masahiro.sakai@gmail.com
Revised Revision 2 made by Bodigrim at 2023-04-27T18:01:24Z
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 Bodigrim at 2021-11-02T21:28:00Z
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 available [build log]
Last success reported on 2021-11-02 [all 1 reports]

Readme for data-interval-2.1.1

[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.