Difference between revisions of "Error reporting strategies"

From HaskellWiki
Jump to navigation Jump to search
m (categorize)
(error vs. exception)
Line 3: Line 3:
 
* [[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]].

Revision as of 14:20, 29 April 2008