Error reporting strategies: Difference between revisions

From HaskellWiki
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#comment-384 8 ways to report errors in haskell]
[[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