|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| Enqueue (enqueue) |
|
| Dequeue (dequeue, dequeueBatch) |
|
| DequeueWhere (dequeueWhere) |
|
| PeekQueue (peekQueue, peekQueueTaking) |
|
| QueueSize (queueSize) |
|
|
| The pure type at the chewy center.
|
|
|
|
| A new empty PQ
|
|
|
| Build a priority queue from a modifiable reference containing
a PQ
|
|
|
| Build a priority queue using an instance of the default modifiable
reference for the requested monad and value type
|
|
|
| A priority queue usable in the monad m with values of type a
| Instances | |
|
|
|
| Construct a new priority queue using the specified indexing function
|
|
|
| Construct a new priority queue using a comparator function. It is
the user's responsibility to ensure that this function provides a
sensible order.
|
|
| Produced by Haddock version 2.4.2 |