Description
A Haskell library that defines a common interface for mutable double-ended queues. Code can use the same operations with different deque implementations, which makes concurrent or performance-sensitive data structures easier to swap and test.
Developers need it when building Haskell software that depends on abstract deque behavior. Regular desktop users usually receive it only as a dependency.