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