Cite This Page
Bibliographic details for Things to avoid/Discussion
- Page name: Things to avoid/Discussion
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 11 November 2008 00:55 UTC
- Date retrieved: 29 September 2023 13:01 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Things_to_avoid/Discussion&oldid=23970
- Page Version ID: 23970
Citation styles for Things to avoid/Discussion
APA style
Things to avoid/Discussion. (2008, November 11). HaskellWiki, . Retrieved 13:01, September 29, 2023 from https://wiki.haskell.org/index.php?title=Things_to_avoid/Discussion&oldid=23970.
MLA style
"Things to avoid/Discussion." HaskellWiki, . 11 Nov 2008, 00:55 UTC. 29 Sep 2023, 13:01 <https://wiki.haskell.org/index.php?title=Things_to_avoid/Discussion&oldid=23970>.
MHRA style
HaskellWiki contributors, 'Things to avoid/Discussion', HaskellWiki, , 11 November 2008, 00:55 UTC, <https://wiki.haskell.org/index.php?title=Things_to_avoid/Discussion&oldid=23970> [accessed 29 September 2023]
Chicago style
HaskellWiki contributors, "Things to avoid/Discussion," HaskellWiki, , https://wiki.haskell.org/index.php?title=Things_to_avoid/Discussion&oldid=23970 (accessed September 29, 2023).
CBE/CSE style
HaskellWiki contributors. Things to avoid/Discussion [Internet]. HaskellWiki, ; 2008 Nov 11, 00:55 UTC [cited 2023 Sep 29]. Available from: https://wiki.haskell.org/index.php?title=Things_to_avoid/Discussion&oldid=23970.
Bluebook style
Things to avoid/Discussion, https://wiki.haskell.org/index.php?title=Things_to_avoid/Discussion&oldid=23970 (last visited September 29, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Things to avoid/Discussion --- HaskellWiki{,} ", year = "2008", url = "https://wiki.haskell.org/index.php?title=Things_to_avoid/Discussion&oldid=23970", note = "[Online; accessed 29-September-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/Discussion --- HaskellWiki{,} ", year = "2008", url = "\url{https://wiki.haskell.org/index.php?title=Things_to_avoid/Discussion&oldid=23970}", note = "[Online; accessed 29-September-2023]" }