Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 228 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 228 Bytes

immutable deque

double ended queue (aka Dequeue or Deque) based on cons list and snoc list.

The implementation of this deque refers to the Hasekll implementation deque