Error reporting strategies
From HaskellWiki
(Difference between revisions)
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
- 8 ways to report errors in haskell
- 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.
