Cite This Page
Bibliographic details for Cookbook/Lists and strings
- Page name: Cookbook/Lists and strings
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 6 January 2019 21:02 UTC
- Date retrieved: 14 December 2024 00:58 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Cookbook/Lists_and_strings&oldid=62694
- Page Version ID: 62694
Citation styles for Cookbook/Lists and strings
APA style
Cookbook/Lists and strings. (2019, January 6). HaskellWiki. Retrieved 00:58, December 14, 2024 from https://wiki.haskell.org/index.php?title=Cookbook/Lists_and_strings&oldid=62694.
MLA style
"Cookbook/Lists and strings." HaskellWiki. 6 Jan 2019, 21:02 UTC. 14 Dec 2024, 00:58 <https://wiki.haskell.org/index.php?title=Cookbook/Lists_and_strings&oldid=62694>.
MHRA style
HaskellWiki contributors, 'Cookbook/Lists and strings', HaskellWiki, 6 January 2019, 21:02 UTC, <https://wiki.haskell.org/index.php?title=Cookbook/Lists_and_strings&oldid=62694> [accessed 14 December 2024]
Chicago style
HaskellWiki contributors, "Cookbook/Lists and strings," HaskellWiki, https://wiki.haskell.org/index.php?title=Cookbook/Lists_and_strings&oldid=62694 (accessed December 14, 2024).
CBE/CSE style
HaskellWiki contributors. Cookbook/Lists and strings [Internet]. HaskellWiki; 2019 Jan 6, 21:02 UTC [cited 2024 Dec 14]. Available from: https://wiki.haskell.org/index.php?title=Cookbook/Lists_and_strings&oldid=62694.
Bluebook style
Cookbook/Lists and strings, https://wiki.haskell.org/index.php?title=Cookbook/Lists_and_strings&oldid=62694 (last visited December 14, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Cookbook/Lists and strings --- HaskellWiki{,} ", year = "2019", url = "https://wiki.haskell.org/index.php?title=Cookbook/Lists_and_strings&oldid=62694", note = "[Online; accessed 14-December-2024]" }
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 and strings --- HaskellWiki{,} ", year = "2019", url = "\url{https://wiki.haskell.org/index.php?title=Cookbook/Lists_and_strings&oldid=62694}", note = "[Online; accessed 14-December-2024]" }