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