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: 5 December 2023 01:34 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 01:34, December 5, 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. 5 Dec 2023, 01:34 <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 5 December 2023]
Chicago style
HaskellWiki contributors, "Singleton list confusion," HaskellWiki, , https://wiki.haskell.org/index.php?title=Singleton_list_confusion&oldid=20508 (accessed December 5, 2023).
CBE/CSE style
HaskellWiki contributors. Singleton list confusion [Internet]. HaskellWiki, ; 2008 Apr 11, 07:16 UTC [cited 2023 Dec 5]. 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 December 5, 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 5-December-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 5-December-2023]" }