Cite This Page
Bibliographic details for Error vs. Exception
- Page name: Error vs. Exception
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 23 July 2019 16:45 UTC
- Date retrieved: 17 March 2025 08:28 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Error_vs._Exception&oldid=62969
- Page Version ID: 62969
Citation styles for Error vs. Exception
APA style
Error vs. Exception. (2019, July 23). HaskellWiki. Retrieved 08:28, March 17, 2025 from https://wiki.haskell.org/index.php?title=Error_vs._Exception&oldid=62969.
MLA style
"Error vs. Exception." HaskellWiki. 23 Jul 2019, 16:45 UTC. 17 Mar 2025, 08:28 <https://wiki.haskell.org/index.php?title=Error_vs._Exception&oldid=62969>.
MHRA style
HaskellWiki contributors, 'Error vs. Exception', HaskellWiki, 23 July 2019, 16:45 UTC, <https://wiki.haskell.org/index.php?title=Error_vs._Exception&oldid=62969> [accessed 17 March 2025]
Chicago style
HaskellWiki contributors, "Error vs. Exception," HaskellWiki, https://wiki.haskell.org/index.php?title=Error_vs._Exception&oldid=62969 (accessed March 17, 2025).
CBE/CSE style
HaskellWiki contributors. Error vs. Exception [Internet]. HaskellWiki; 2019 Jul 23, 16:45 UTC [cited 2025 Mar 17]. Available from: https://wiki.haskell.org/index.php?title=Error_vs._Exception&oldid=62969.
Bluebook style
Error vs. Exception, https://wiki.haskell.org/index.php?title=Error_vs._Exception&oldid=62969 (last visited March 17, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Error vs. Exception --- HaskellWiki{,} ", year = "2019", url = "https://wiki.haskell.org/index.php?title=Error_vs._Exception&oldid=62969", note = "[Online; accessed 17-March-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "HaskellWiki", title = "Error vs. Exception --- HaskellWiki{,} ", year = "2019", url = "\url{https://wiki.haskell.org/index.php?title=Error_vs._Exception&oldid=62969}", note = "[Online; accessed 17-March-2025]" }