diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-03-09 09:16:21 +0100 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-03-09 09:16:21 +0100 |
commit | 254b5cbbbf2d16ad1929b28bb7af20e69a89c00f (patch) | |
tree | e83f415de157c30ccb8eae306dc78139f0674f81 | |
parent | 85435af25964a00827e6f2fca670e9c948dece55 (diff) | |
download | metatile-254b5cbbbf2d16ad1929b28bb7af20e69a89c00f.tar metatile-254b5cbbbf2d16ad1929b28bb7af20e69a89c00f.zip |
comments on whether we lose space due to lazy updates of the stack set
darcs-hash:20070309081621-9c5c1-d79ec8b6281b71238a32aff076d99c2926f48c8c
-rw-r--r-- | StackSet.hs | 5 |
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 |