Changes between Version 7 and Version 8 of ExplicitCallStack
- Timestamp:
- 11/15/06 02:56:40 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExplicitCallStack
v7 v8 1 1 = Maintaining an explicit call stack = 2 2 3 There has been a vigorous thread on error attribution ("I get a `head []` error; but who called `head`?"). This page summarises some half baked ideas that Simon and I have been discussing. Do by all means edit this page to add comments and further ideas or pointers. (As usual, ''discussion'' is best done by email; but this page could be a place to record ideas, design alternatives, list pros and cons etc.)3 There has been a vigorous thread on error attribution ("I get a `head []` error; but who called `head`?"). This page summarises some half baked ideas that Simon and I have been discussing. Do by all means edit this page to add comments and further ideas or pointers. (As usual, ''discussion'' is best done by email; but this page could be a place to record ideas, design alternatives, list pros and cons, pointers to related work etc.) 4 4 5 5 See also 6 6 * [http://www.haskell.org/pipermail/haskell-cafe/2006-November/019549.html The Haskell cafe thread] 7 7 * [http://www.cse.unsw.edu.au/~dons/loch.html] 8 * [http://haskell.org/hat HAT] 8 9 9 10
