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