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