This package provides Brodal/Okasaki heaps. These are asymptotically optimal purely functional heaps.
Contact Information
Contributions and bug reports are welcome!
Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
-Edward Kmett
Changes
0.3.6.1
Change to build-type: Simple, and drop the doctests test suite. This was
done in an effort to make heaps’ dependency footprint as minimal as
possible, since heaps is used to bootstrap shake.
Fix the Haddocks for span.
0.3.6 [2018.01.18]
Add Semigroup instance for Heap.
0.3.5
Support doctest-0.12
0.3.4.1
Fix a typo in the doctests for mapMonotonic
0.3.4
Add Bifunctor Entry instance
Revamp Setup.hs to use cabal-doctest. This makes it build
with Cabal-2.0, and makes the doctests work with cabal new-build and
sandboxes.