Cite This Page
Bibliographic details for Exception
- Page name: Exception
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 5 January 2012 12:53 UTC
- Date retrieved: 28 March 2023 19:16 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Exception&oldid=43828
- Page Version ID: 43828
Citation styles for Exception
APA style
Exception. (2012, January 5). HaskellWiki, . Retrieved 19:16, March 28, 2023 from https://wiki.haskell.org/index.php?title=Exception&oldid=43828.
MLA style
"Exception." HaskellWiki, . 5 Jan 2012, 12:53 UTC. 28 Mar 2023, 19:16 <https://wiki.haskell.org/index.php?title=Exception&oldid=43828>.
MHRA style
HaskellWiki contributors, 'Exception', HaskellWiki, , 5 January 2012, 12:53 UTC, <https://wiki.haskell.org/index.php?title=Exception&oldid=43828> [accessed 28 March 2023]
Chicago style
HaskellWiki contributors, "Exception," HaskellWiki, , https://wiki.haskell.org/index.php?title=Exception&oldid=43828 (accessed March 28, 2023).
CBE/CSE style
HaskellWiki contributors. Exception [Internet]. HaskellWiki, ; 2012 Jan 5, 12:53 UTC [cited 2023 Mar 28]. Available from: https://wiki.haskell.org/index.php?title=Exception&oldid=43828.
Bluebook style
Exception, https://wiki.haskell.org/index.php?title=Exception&oldid=43828 (last visited March 28, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Exception --- HaskellWiki{,} ", year = "2012", url = "https://wiki.haskell.org/index.php?title=Exception&oldid=43828", note = "[Online; accessed 28-March-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 = "Exception --- HaskellWiki{,} ", year = "2012", url = "\url{https://wiki.haskell.org/index.php?title=Exception&oldid=43828}", note = "[Online; accessed 28-March-2023]" }