| Copyright | (c) Alex Semin, 2015 |
|---|---|
| License | BSD3 |
| Maintainer | alllex.semin@gmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Data.STM.PriorityQueue.Internal.HeapPQ
Description
An implementation of Class based on
functional coarse-grained binary heap. Heap is implemented as described in
Purely Functional Data Structures.
Documentation
Instances