BSD-3-Clause licensed by Edward A. Kmett
This version can be pinned in stack with:heaps-0.3.6@sha256:a927d90c85d2df9531e1e445e1e9fde89ed75b64e722be5b577b580e43d5dc4c,1775
Module documentation for 0.3.6
heaps

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
0.3.6 [2018.01.18]
- Add
Semigroup
instance for Heap
.
0.3.5
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 doctest
s work with cabal new-build
and
sandboxes.
0.3.3
- Remove redundant constraints
- Build warning-free on GHC 8.0-rc1
0.3.2.1
0.3.2
- Build without warnings on GHC 7.10
- Overload Foldable
null
and length
on GHC 7.10+
0.3.1
- Explicit nominal role annotation
0.3.0.1
- Nicer formatting of the haddocks