Error reporting strategies: Difference between revisions
No edit summary |
(Added a link to "8 ways to report errors in Haskell revisited" and category Tutorials) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
* [http://www.randomhacks.net/articles/2007/03/10/haskell-8-ways-to-report-errors | [[Category:Style]] | ||
[[Category:Tutorials]] | |||
* [http://blog.ezyang.com/2011/08/8-ways-to-report-errors-in-haskell-revisited/ 8 ways to report errors in Haskell revisited] | |||
* [http://www.randomhacks.net/articles/2007/03/10/haskell-8-ways-to-report-errors 8 ways to report errors in haskell] (slightly outdated) | |||
* [[Checking for correct invocation of a command line haskell program]] | * [[Checking for correct invocation of a command line haskell program]] | ||
* [http://thread.gmane.org/gmane.comp.lang.haskell.libraries/6382 There are too many error handling conventions used in library code! (lang.haskell.libraries)] | * [http://thread.gmane.org/gmane.comp.lang.haskell.libraries/6382 There are too many error handling conventions used in library code! (lang.haskell.libraries)] | ||
Also be aware of the fundamental difference between [[Error]] and [[Exception]]. |
Latest revision as of 15:45, 22 February 2012
- 8 ways to report errors in Haskell revisited
- 8 ways to report errors in haskell (slightly outdated)
- Checking for correct invocation of a command line haskell program
- There are too many error handling conventions used in library code! (lang.haskell.libraries)
Also be aware of the fundamental difference between Error and Exception.