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