summaryrefslogtreecommitdiffstats
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
commit254b5cbbbf2d16ad1929b28bb7af20e69a89c00f (patch)
treee83f415de157c30ccb8eae306dc78139f0674f81 /StackSet.hs
parent85435af25964a00827e6f2fca670e9c948dece55 (diff)
downloadmetatile-254b5cbbbf2d16ad1929b28bb7af20e69a89c00f.tar
metatile-254b5cbbbf2d16ad1929b28bb7af20e69a89c00f.zip
comments on whether we lose space due to lazy updates of the stack set
darcs-hash:20070309081621-9c5c1-d79ec8b6281b71238a32aff076d99c2926f48c8c
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