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: 27 January 2021 16:32 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=How_to_work_on_lists&oldid=10595
- Page Version ID: 10595
Citation styles for How to work on lists
APA style
How to work on lists. (2019, November 15). HaskellWiki, . Retrieved 16:32, January 27, 2021 from https://wiki.haskell.org/index.php?title=How_to_work_on_lists&oldid=10595.
MLA style
"How to work on lists." HaskellWiki, . 15 Nov 2019, 12:32 UTC. 27 Jan 2021, 16:32 <https://wiki.haskell.org/index.php?title=How_to_work_on_lists&oldid=10595>.
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=10595> [accessed 27 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=10595 (accessed January 27, 2021).
CBE/CSE style
HaskellWiki contributors. How to work on lists [Internet]. HaskellWiki, ; 2019 Nov 15, 12:32 UTC [cited 2021 Jan 27]. Available from: https://wiki.haskell.org/index.php?title=How_to_work_on_lists&oldid=10595.
Bluebook style
How to work on lists, https://wiki.haskell.org/index.php?title=How_to_work_on_lists&oldid=10595 (last visited January 27, 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=10595", note = "[Online; accessed 27-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=10595}", note = "[Online; accessed 27-January-2021]" }