Cite This Page
Bibliographic details for Singleton list confusion
- Page name: Singleton list confusion
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 11 April 2008 07:16 UTC
- Date retrieved: 24 March 2023 21:58 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Singleton_list_confusion&oldid=20508
- Page Version ID: 20508
Citation styles for Singleton list confusion
APA style
Singleton list confusion. (2008, April 11). HaskellWiki, . Retrieved 21:58, March 24, 2023 from https://wiki.haskell.org/index.php?title=Singleton_list_confusion&oldid=20508.
MLA style
"Singleton list confusion." HaskellWiki, . 11 Apr 2008, 07:16 UTC. 24 Mar 2023, 21:58 <https://wiki.haskell.org/index.php?title=Singleton_list_confusion&oldid=20508>.
MHRA style
HaskellWiki contributors, 'Singleton list confusion', HaskellWiki, , 11 April 2008, 07:16 UTC, <https://wiki.haskell.org/index.php?title=Singleton_list_confusion&oldid=20508> [accessed 24 March 2023]
Chicago style
HaskellWiki contributors, "Singleton list confusion," HaskellWiki, , https://wiki.haskell.org/index.php?title=Singleton_list_confusion&oldid=20508 (accessed March 24, 2023).
CBE/CSE style
HaskellWiki contributors. Singleton list confusion [Internet]. HaskellWiki, ; 2008 Apr 11, 07:16 UTC [cited 2023 Mar 24]. Available from: https://wiki.haskell.org/index.php?title=Singleton_list_confusion&oldid=20508.
Bluebook style
Singleton list confusion, https://wiki.haskell.org/index.php?title=Singleton_list_confusion&oldid=20508 (last visited March 24, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Singleton list confusion --- HaskellWiki{,} ", year = "2008", url = "https://wiki.haskell.org/index.php?title=Singleton_list_confusion&oldid=20508", note = "[Online; accessed 24-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 = "Singleton list confusion --- HaskellWiki{,} ", year = "2008", url = "\url{https://wiki.haskell.org/index.php?title=Singleton_list_confusion&oldid=20508}", note = "[Online; accessed 24-March-2023]" }