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:33 UTC
- Date retrieved: 25 September 2023 22:13 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=List_notation&oldid=57382
- Page Version ID: 57382
Citation styles for List notation
APA style
List notation. (2014, January 10). HaskellWiki, . Retrieved 22:13, September 25, 2023 from https://wiki.haskell.org/index.php?title=List_notation&oldid=57382.
MLA style
"List notation." HaskellWiki, . 10 Jan 2014, 17:33 UTC. 25 Sep 2023, 22:13 <https://wiki.haskell.org/index.php?title=List_notation&oldid=57382>.
MHRA style
HaskellWiki contributors, 'List notation', HaskellWiki, , 10 January 2014, 17:33 UTC, <https://wiki.haskell.org/index.php?title=List_notation&oldid=57382> [accessed 25 September 2023]
Chicago style
HaskellWiki contributors, "List notation," HaskellWiki, , https://wiki.haskell.org/index.php?title=List_notation&oldid=57382 (accessed September 25, 2023).
CBE/CSE style
HaskellWiki contributors. List notation [Internet]. HaskellWiki, ; 2014 Jan 10, 17:33 UTC [cited 2023 Sep 25]. Available from: https://wiki.haskell.org/index.php?title=List_notation&oldid=57382.
Bluebook style
List notation, https://wiki.haskell.org/index.php?title=List_notation&oldid=57382 (last visited September 25, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "List notation --- HaskellWiki{,} ", year = "2014", url = "https://wiki.haskell.org/index.php?title=List_notation&oldid=57382", note = "[Online; accessed 25-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 = "List notation --- HaskellWiki{,} ", year = "2014", url = "\url{https://wiki.haskell.org/index.php?title=List_notation&oldid=57382}", note = "[Online; accessed 25-September-2023]" }