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: 23 September 2023 03:58 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 03:58, September 23, 2023 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. 23 Sep 2023, 03:58 <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 23 September 2023]
Chicago style
HaskellWiki contributors, "Error vs. Exception," HaskellWiki, , https://wiki.haskell.org/index.php?title=Error_vs._Exception&oldid=62969 (accessed September 23, 2023).
CBE/CSE style
HaskellWiki contributors. Error vs. Exception [Internet]. HaskellWiki, ; 2019 Jul 23, 16:45 UTC [cited 2023 Sep 23]. 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 September 23, 2023).
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 23-September-2023]" }
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 23-September-2023]" }