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: 6 July 2022 19:27 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 19:27, July 6, 2022 from https://wiki.haskell.org/index.php?title=Cookbook/Lists&oldid=64363.
MLA style
"Cookbook/Lists." HaskellWiki, . 26 Apr 2021, 03:38 UTC. 6 Jul 2022, 19:27 <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 6 July 2022]
Chicago style
HaskellWiki contributors, "Cookbook/Lists," HaskellWiki, , https://wiki.haskell.org/index.php?title=Cookbook/Lists&oldid=64363 (accessed July 6, 2022).
CBE/CSE style
HaskellWiki contributors. Cookbook/Lists [Internet]. HaskellWiki, ; 2021 Apr 26, 03:38 UTC [cited 2022 Jul 6]. 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 July 6, 2022).
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 6-July-2022]" }
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 6-July-2022]" }