mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-06 07:01:52 -07:00
comments on whether we lose space due to lazy updates of the stack set
This commit is contained in:
@@ -51,6 +51,11 @@ import qualified Data.IntMap as I
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
--
|
||||||
|
-- N.B we probably want to think about strict 'adjust' and inserts on
|
||||||
|
-- these data structures in the long run.
|
||||||
|
--
|
||||||
|
|
||||||
-- | The StackSet data structure. A table of stacks, with a current pointer
|
-- | The StackSet data structure. A table of stacks, with a current pointer
|
||||||
data StackSet a =
|
data StackSet a =
|
||||||
StackSet
|
StackSet
|
||||||
|
Reference in New Issue
Block a user