Difference between revisions of "Error reporting strategies"

From HaskellWiki
Jump to navigation Jump to search
m
(Added a link to "8 ways to report errors in Haskell revisited" and category Tutorials)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
[[Category:Style]]
* [http://www.randomhacks.net/articles/2007/03/10/haskell-8-ways-to-report-errors#comment-384 8 ways to report errors in haskell]
 
  +
[[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)]
  +
  +
Also be aware of the fundamental difference between [[Error]] and [[Exception]].

Latest revision as of 15:45, 22 February 2012