aboutsummaryrefslogtreecommitdiffstats
path: root/StackSet.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* explicit interface on StackSet. maybe it should be a seperate package ... ?Don Stewart2007-03-091-1/+24
| | | | darcs-hash:20070309061255-9c5c1-77a4933e2d0a3af442eaf820bbff2469347f0a4c.gz
* simpler type (no need to cache size, we *could* grow new stacks on demand now)Don Stewart2007-03-091-53/+21
| | | | darcs-hash:20070309043638-9c5c1-d943771821d71f87bae133c90d0d3f3a615f4010.gz
* replace Seq [a] with IntMap [a], hopefully gets 6.4 supportDon Stewart2007-03-091-19/+19
| | | | darcs-hash:20070309043035-9c5c1-204ba4741c1d2ab784e986b48131517d33c34d3f.gz
* simplify StackSet api even further (-15 loc)Don Stewart2007-03-091-54/+23
| | | | darcs-hash:20070309041707-9c5c1-3c9ef62c25f49b9025f137f73c8d25438a640ff4.gz
* shrink StackSet apiDon Stewart2007-03-091-40/+25
| | | | darcs-hash:20070309035603-9c5c1-db366bd13e7423b1c8fb6cfaa90ed4947e3752c1.gz
* commentsDon Stewart2007-03-091-1/+6
| | | | darcs-hash:20070309030640-9c5c1-a997af4090d9ba5e881d34dd6623e7ab62bec867.gz
* move tests into subdirDon Stewart2007-03-081-171/+4
| | | | darcs-hash:20070308120448-9c5c1-f29440447ae30679dd8c8dbd53efea1f906cbce3.gz
* Switch to using abstract StackSet data type. Most workspace logic moved into ↵Don Stewart2007-03-081-0/+383
StackSet.hs darcs-hash:20070308114308-9c5c1-92f9ac368fa47b8c6f069aef1b6c419ee654bd7b.gz