aboutsummaryrefslogtreecommitdiffstats
path: root/StackSet.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-03-09 09:16:21 +0100
committerDon Stewart <dons@cse.unsw.edu.au>2007-03-09 09:16:21 +0100
commit4f2fedad5485643c0f4058aa984f59bf353df119 (patch)
treee83f415de157c30ccb8eae306dc78139f0674f81 /StackSet.hs
parente12fbd5b836d3897b2607ed2dff79d9d78a039ce (diff)
downloadxmonad-4f2fedad5485643c0f4058aa984f59bf353df119.tar.gz
xmonad-4f2fedad5485643c0f4058aa984f59bf353df119.tar.xz
xmonad-4f2fedad5485643c0f4058aa984f59bf353df119.zip
comments on whether we lose space due to lazy updates of the stack set
darcs-hash:20070309081621-9c5c1-d79ec8b6281b71238a32aff076d99c2926f48c8c.gz
Diffstat (limited to 'StackSet.hs')
-rw-r--r--StackSet.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/StackSet.hs b/StackSet.hs
index 5ac88b3..ca7c4a1 100644
--- a/StackSet.hs
+++ b/StackSet.hs
@@ -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
data StackSet a =
StackSet