Cite This Page
Bibliographic details for Books and tutorials
- Page name: Books and tutorials
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 11 October 2019 12:31 UTC
- Date retrieved: 13 January 2025 17:54 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Books_and_tutorials&oldid=63063
- Page Version ID: 63063
Citation styles for Books and tutorials
APA style
Books and tutorials. (2019, October 11). HaskellWiki. Retrieved 17:54, January 13, 2025 from https://wiki.haskell.org/index.php?title=Books_and_tutorials&oldid=63063.
MLA style
"Books and tutorials." HaskellWiki. 11 Oct 2019, 12:31 UTC. 13 Jan 2025, 17:54 <https://wiki.haskell.org/index.php?title=Books_and_tutorials&oldid=63063>.
MHRA style
HaskellWiki contributors, 'Books and tutorials', HaskellWiki, 11 October 2019, 12:31 UTC, <https://wiki.haskell.org/index.php?title=Books_and_tutorials&oldid=63063> [accessed 13 January 2025]
Chicago style
HaskellWiki contributors, "Books and tutorials," HaskellWiki, https://wiki.haskell.org/index.php?title=Books_and_tutorials&oldid=63063 (accessed January 13, 2025).
CBE/CSE style
HaskellWiki contributors. Books and tutorials [Internet]. HaskellWiki; 2019 Oct 11, 12:31 UTC [cited 2025 Jan 13]. Available from: https://wiki.haskell.org/index.php?title=Books_and_tutorials&oldid=63063.
Bluebook style
Books and tutorials, https://wiki.haskell.org/index.php?title=Books_and_tutorials&oldid=63063 (last visited January 13, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Books and tutorials --- HaskellWiki{,} ", year = "2019", url = "https://wiki.haskell.org/index.php?title=Books_and_tutorials&oldid=63063", note = "[Online; accessed 13-January-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 = "Books and tutorials --- HaskellWiki{,} ", year = "2019", url = "\url{https://wiki.haskell.org/index.php?title=Books_and_tutorials&oldid=63063}", note = "[Online; accessed 13-January-2025]" }