We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf070c commit 8a18dbeCopy full SHA for 8a18dbe
src/Data/Deque/Mutable/Linear.hs
@@ -7,7 +7,8 @@
7
8
-- | Mutable Linear Deque
9
--
10
--- This module provides a pure interface to a mutable deque.
+-- This module provides a pure interface to a bounded mutable deque.
11
+-- The deque has a maxiumum size and is represented with an array underneath.
12
13
-- It is designed to be imported qualfied:
14
0 commit comments