Cite This Page
Bibliographic details for Error
- Page name: Error
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 7 August 2022 15:56 UTC
- Date retrieved: 1 November 2024 20:47 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Error&oldid=65249
- Page Version ID: 65249
Citation styles for Error
APA style
Error. (2022, August 7). HaskellWiki, . Retrieved 20:47, November 1, 2024 from https://wiki.haskell.org/index.php?title=Error&oldid=65249.
MLA style
"Error." HaskellWiki, . 7 Aug 2022, 15:56 UTC. 1 Nov 2024, 20:47 <https://wiki.haskell.org/index.php?title=Error&oldid=65249>.
MHRA style
HaskellWiki contributors, 'Error', HaskellWiki, , 7 August 2022, 15:56 UTC, <https://wiki.haskell.org/index.php?title=Error&oldid=65249> [accessed 1 November 2024]
Chicago style
HaskellWiki contributors, "Error," HaskellWiki, , https://wiki.haskell.org/index.php?title=Error&oldid=65249 (accessed November 1, 2024).
CBE/CSE style
HaskellWiki contributors. Error [Internet]. HaskellWiki, ; 2022 Aug 7, 15:56 UTC [cited 2024 Nov 1]. Available from: https://wiki.haskell.org/index.php?title=Error&oldid=65249.
Bluebook style
Error, https://wiki.haskell.org/index.php?title=Error&oldid=65249 (last visited November 1, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Error --- HaskellWiki{,} ", year = "2022", url = "https://wiki.haskell.org/index.php?title=Error&oldid=65249", note = "[Online; accessed 1-November-2024]" }
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 --- HaskellWiki{,} ", year = "2022", url = "\url{https://wiki.haskell.org/index.php?title=Error&oldid=65249}", note = "[Online; accessed 1-November-2024]" }