| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Queue.Splay
Description
Simple splay heaps.
Documentation
A simple splay heap. Based on this.
Instances
| Functor Splay Source # | |
| Ord a => MeldableQueue Splay a Source # | |
| Ord a => Queue Splay a Source # | |
| Ord a => Eq (Splay a) Source # | |
| Ord a => Ord (Splay a) Source # | |
| (Read a, Ord a) => Read (Splay a) Source # | |
| (Show a, Ord a) => Show (Splay a) Source # | |
| Ord a => Monoid (Splay a) Source # | |
| NFData a => NFData (Splay a) Source # | |