Not just Maybe

From HaskellWiki
Revision as of 21:29, 4 June 2013 by Henk-Jan van Tuyl (talk | contribs) (Replaced the link to wikisnapshot with link to web archive)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

http://web.archive.org/web/20100703035829/http://www.haskell.org/wikisnapshot/NotJustMaybe.html

Note: Many now consider the fail method of Monad to be a failure, as it defaults to throwing an exception. Modern Haskell style tends towards using total functions wherever possible, and this idiom has come increasingly to be frowned upon.