Cite This Page
Bibliographic details for List comprehension
- Page name: List comprehension
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 4 February 2023 17:14 UTC
- Date retrieved: 20 April 2025 03:49 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=List_comprehension&oldid=65515
- Page Version ID: 65515
Citation styles for List comprehension
APA style
List comprehension. (2023, February 4). HaskellWiki. Retrieved 03:49, April 20, 2025 from https://wiki.haskell.org/index.php?title=List_comprehension&oldid=65515.
MLA style
"List comprehension." HaskellWiki. 4 Feb 2023, 17:14 UTC. 20 Apr 2025, 03:49 <https://wiki.haskell.org/index.php?title=List_comprehension&oldid=65515>.
MHRA style
HaskellWiki contributors, 'List comprehension', HaskellWiki, 4 February 2023, 17:14 UTC, <https://wiki.haskell.org/index.php?title=List_comprehension&oldid=65515> [accessed 20 April 2025]
Chicago style
HaskellWiki contributors, "List comprehension," HaskellWiki, https://wiki.haskell.org/index.php?title=List_comprehension&oldid=65515 (accessed April 20, 2025).
CBE/CSE style
HaskellWiki contributors. List comprehension [Internet]. HaskellWiki; 2023 Feb 4, 17:14 UTC [cited 2025 Apr 20]. Available from: https://wiki.haskell.org/index.php?title=List_comprehension&oldid=65515.
Bluebook style
List comprehension, https://wiki.haskell.org/index.php?title=List_comprehension&oldid=65515 (last visited April 20, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "List comprehension --- HaskellWiki{,} ", year = "2023", url = "https://wiki.haskell.org/index.php?title=List_comprehension&oldid=65515", note = "[Online; accessed 20-April-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 = "List comprehension --- HaskellWiki{,} ", year = "2023", url = "\url{https://wiki.haskell.org/index.php?title=List_comprehension&oldid=65515}", note = "[Online; accessed 20-April-2025]" }