summaryrefslogtreecommitdiffstats
path: root/StackSet.hs
AgeCommit message (Expand)Author
2007-03-09unnec. export listDon Stewart
2007-03-09unnec. `nub'Don Stewart
2007-03-09just use Map, not int map. strict updates don't seem to help btw.Don Stewart
2007-03-09comments on whether we lose space due to lazy updates of the stack setDon Stewart
2007-03-09explicit interface on StackSet. maybe it should be a seperate package ... ?Don Stewart
2007-03-09simpler type (no need to cache size, we *could* grow new stacks on demand now)Don Stewart
2007-03-09replace Seq [a] with IntMap [a], hopefully gets 6.4 supportDon Stewart
2007-03-09simplify StackSet api even further (-15 loc)Don Stewart
2007-03-09shrink StackSet apiDon Stewart
2007-03-09commentsDon Stewart
2007-03-08move tests into subdirDon Stewart
2007-03-08Switch to using abstract StackSet data type. Most workspace logic moved into ...Don Stewart