Cite This Page
Bibliographic details for Things to Avoid
- Page name: Things to Avoid
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 2 December 2008 00:13 UTC
- Date retrieved: 31 March 2023 07:31 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Things_to_Avoid&oldid=24423
- Page Version ID: 24423
Citation styles for Things to Avoid
APA style
Things to Avoid. (2008, December 2). HaskellWiki, . Retrieved 07:31, March 31, 2023 from https://wiki.haskell.org/index.php?title=Things_to_Avoid&oldid=24423.
MLA style
"Things to Avoid." HaskellWiki, . 2 Dec 2008, 00:13 UTC. 31 Mar 2023, 07:31 <https://wiki.haskell.org/index.php?title=Things_to_Avoid&oldid=24423>.
MHRA style
HaskellWiki contributors, 'Things to Avoid', HaskellWiki, , 2 December 2008, 00:13 UTC, <https://wiki.haskell.org/index.php?title=Things_to_Avoid&oldid=24423> [accessed 31 March 2023]
Chicago style
HaskellWiki contributors, "Things to Avoid," HaskellWiki, , https://wiki.haskell.org/index.php?title=Things_to_Avoid&oldid=24423 (accessed March 31, 2023).
CBE/CSE style
HaskellWiki contributors. Things to Avoid [Internet]. HaskellWiki, ; 2008 Dec 2, 00:13 UTC [cited 2023 Mar 31]. Available from: https://wiki.haskell.org/index.php?title=Things_to_Avoid&oldid=24423.
Bluebook style
Things to Avoid, https://wiki.haskell.org/index.php?title=Things_to_Avoid&oldid=24423 (last visited March 31, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Things to Avoid --- HaskellWiki{,} ", year = "2008", url = "https://wiki.haskell.org/index.php?title=Things_to_Avoid&oldid=24423", note = "[Online; accessed 31-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 = "Things to Avoid --- HaskellWiki{,} ", year = "2008", url = "\url{https://wiki.haskell.org/index.php?title=Things_to_Avoid&oldid=24423}", note = "[Online; accessed 31-March-2023]" }