Cite This Page
Bibliographic details for List notation
- Page name: List notation
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 4 November 2008 17:08 UTC
- Date retrieved: 23 March 2023 15:33 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=List_notation&oldid=23854
- Page Version ID: 23854
Citation styles for List notation
APA style
List notation. (2008, November 4). HaskellWiki, . Retrieved 15:33, March 23, 2023 from https://wiki.haskell.org/index.php?title=List_notation&oldid=23854.
MLA style
"List notation." HaskellWiki, . 4 Nov 2008, 17:08 UTC. 23 Mar 2023, 15:33 <https://wiki.haskell.org/index.php?title=List_notation&oldid=23854>.
MHRA style
HaskellWiki contributors, 'List notation', HaskellWiki, , 4 November 2008, 17:08 UTC, <https://wiki.haskell.org/index.php?title=List_notation&oldid=23854> [accessed 23 March 2023]
Chicago style
HaskellWiki contributors, "List notation," HaskellWiki, , https://wiki.haskell.org/index.php?title=List_notation&oldid=23854 (accessed March 23, 2023).
CBE/CSE style
HaskellWiki contributors. List notation [Internet]. HaskellWiki, ; 2008 Nov 4, 17:08 UTC [cited 2023 Mar 23]. Available from: https://wiki.haskell.org/index.php?title=List_notation&oldid=23854.
Bluebook style
List notation, https://wiki.haskell.org/index.php?title=List_notation&oldid=23854 (last visited March 23, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "List notation --- HaskellWiki{,} ", year = "2008", url = "https://wiki.haskell.org/index.php?title=List_notation&oldid=23854", note = "[Online; accessed 23-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 = "List notation --- HaskellWiki{,} ", year = "2008", url = "\url{https://wiki.haskell.org/index.php?title=List_notation&oldid=23854}", note = "[Online; accessed 23-March-2023]" }