Cite This Page
Bibliographic details for How to work on lists
- Page name: How to work on lists
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 15 November 2019 12:32 UTC
- Date retrieved: 22 January 2021 17:03 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=How_to_work_on_lists&oldid=13073
- Page Version ID: 13073
Citation styles for How to work on lists
APA style
How to work on lists. (2019, November 15). HaskellWiki, . Retrieved 17:03, January 22, 2021 from https://wiki.haskell.org/index.php?title=How_to_work_on_lists&oldid=13073.
MLA style
"How to work on lists." HaskellWiki, . 15 Nov 2019, 12:32 UTC. 22 Jan 2021, 17:03 <https://wiki.haskell.org/index.php?title=How_to_work_on_lists&oldid=13073>.
MHRA style
HaskellWiki contributors, 'How to work on lists', HaskellWiki, , 15 November 2019, 12:32 UTC, <https://wiki.haskell.org/index.php?title=How_to_work_on_lists&oldid=13073> [accessed 22 January 2021]
Chicago style
HaskellWiki contributors, "How to work on lists," HaskellWiki, , https://wiki.haskell.org/index.php?title=How_to_work_on_lists&oldid=13073 (accessed January 22, 2021).
CBE/CSE style
HaskellWiki contributors. How to work on lists [Internet]. HaskellWiki, ; 2019 Nov 15, 12:32 UTC [cited 2021 Jan 22]. Available from: https://wiki.haskell.org/index.php?title=How_to_work_on_lists&oldid=13073.
Bluebook style
How to work on lists, https://wiki.haskell.org/index.php?title=How_to_work_on_lists&oldid=13073 (last visited January 22, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "How to work on lists --- HaskellWiki{,} ", year = "2019", url = "https://wiki.haskell.org/index.php?title=How_to_work_on_lists&oldid=13073", note = "[Online; accessed 22-January-2021]" }
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 = "How to work on lists --- HaskellWiki{,} ", year = "2019", url = "\url{https://wiki.haskell.org/index.php?title=How_to_work_on_lists&oldid=13073}", note = "[Online; accessed 22-January-2021]" }