pqueue-mtl-1.0.6: Fully encapsulated monad transformers with queuelike functionality.Source codeContentsIndex
Data.Queue.IntQueue
Description
A small collection of specialized Int-indexed priority queues dealing with both untagged Ints and association pairs with Int keys. The implementation is a simple bootstrap from IntMap. (Note: Duplicate keys will be counted separately. No guarantees are made on the order in which values associated with equal keys are returned.)
Synopsis
data IntQueue
data IntAssocQueue e
Documentation
data IntQueue Source
A Queuelike type with QueueKey IntQueue ~ Int.
show/hide Instances
data IntAssocQueue e Source
A Queuelike type with QueueKey (IntAssocQueue e) ~ e :-> Int.
show/hide Instances
Produced by Haddock version 2.4.1