IntervalMap

Maps from Intervals to values, with efficient search.

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

Version on this page:0.4.1.0
LTS Haskell 22.21:0.6.2.1
Stackage Nightly 2024-05-11: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.0@sha256:1d90042a0dac4a75e5c981599c0d8978f22b7b2c8282ff07c7c39db195430fa9,4384

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