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: 8 December 2023 16:18 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 16:18, December 8, 2023 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. 8 Dec 2023, 16:18 <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 8 December 2023]
Chicago style
HaskellWiki contributors, "Cookbook/Lists and strings," HaskellWiki, , https://wiki.haskell.org/index.php?title=Cookbook/Lists_and_strings&oldid=62694 (accessed December 8, 2023).
CBE/CSE style
HaskellWiki contributors. Cookbook/Lists and strings [Internet]. HaskellWiki, ; 2019 Jan 6, 21:02 UTC [cited 2023 Dec 8]. 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 8, 2023).
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 8-December-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 and strings --- HaskellWiki{,} ", year = "2019", url = "\url{https://wiki.haskell.org/index.php?title=Cookbook/Lists_and_strings&oldid=62694}", note = "[Online; accessed 8-December-2023]" }