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