IntervalMap

Maps from Intervals to values, with efficient search.

http://www.chr-breitkopf.de/comp/IntervalMap

Version on this page:0.4.1.1
LTS Haskell 22.17:0.6.2.1
Stackage Nightly 2024-04-18:0.6.2.1
Latest on Hackage:0.6.2.1

See all snapshots IntervalMap appears in

BSD-3-Clause licensed by Christoph Breitkopf
Maintained by Christoph Breitkopf
This version can be pinned in stack with:IntervalMap-0.4.1.1@sha256:4c660229f72a95a53395e12bc456ad986fd0bbacbc098f6debf88b394b0c94a0,4397

IntervalMap Build Status

Containers for intervals offering efficient search.

Home page and documentation: http://www.chr-breitkopf.de/comp/IntervalMap/index.html

Install from hackage with cabal install.

To run the tests, extract the archive, and do

$ cabal configure --enable-tests
$ cabal build
$ cabal test