@hackage deque0.4.3
Double-ended queues
Installation
Dependencies (4)
- base >=4.9 && <5
- hashable >=1.2 && <2
- mtl >=2.2 && <3
- strict-list >=0.1.5 && <0.2 Show all…
Dependents (12)
@cardano/ouroboros-network, @cardano/io-sim, @hackage/streamly-statistics, @cardano/io-classes, @hackage/potoki-core, @hackage/skews, Show all…
Strict and lazy implementations of Double-Ended Queue (aka Dequeue or Deque) based on head-tail linked list.