Cite This Page
Bibliographic details for List notation
- Page name: List notation
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 8 November 2006 11:55 UTC
- Date retrieved: 14 August 2022 03:26 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=List_notation&oldid=8094
- Page Version ID: 8094
Citation styles for List notation
APA style
List notation. (2006, November 8). HaskellWiki, . Retrieved 03:26, August 14, 2022 from https://wiki.haskell.org/index.php?title=List_notation&oldid=8094.
MLA style
"List notation." HaskellWiki, . 8 Nov 2006, 11:55 UTC. 14 Aug 2022, 03:26 <https://wiki.haskell.org/index.php?title=List_notation&oldid=8094>.
MHRA style
HaskellWiki contributors, 'List notation', HaskellWiki, , 8 November 2006, 11:55 UTC, <https://wiki.haskell.org/index.php?title=List_notation&oldid=8094> [accessed 14 August 2022]
Chicago style
HaskellWiki contributors, "List notation," HaskellWiki, , https://wiki.haskell.org/index.php?title=List_notation&oldid=8094 (accessed August 14, 2022).
CBE/CSE style
HaskellWiki contributors. List notation [Internet]. HaskellWiki, ; 2006 Nov 8, 11:55 UTC [cited 2022 Aug 14]. Available from: https://wiki.haskell.org/index.php?title=List_notation&oldid=8094.
Bluebook style
List notation, https://wiki.haskell.org/index.php?title=List_notation&oldid=8094 (last visited August 14, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "List notation --- HaskellWiki{,} ", year = "2006", url = "https://wiki.haskell.org/index.php?title=List_notation&oldid=8094", note = "[Online; accessed 14-August-2022]" }
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 = "List notation --- HaskellWiki{,} ", year = "2006", url = "\url{https://wiki.haskell.org/index.php?title=List_notation&oldid=8094}", note = "[Online; accessed 14-August-2022]" }