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: 20 March 2023 18:18 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 18:18, March 20, 2023 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. 20 Mar 2023, 18:18 <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 20 March 2023]
Chicago style
HaskellWiki contributors, "Books and tutorials," HaskellWiki, , https://wiki.haskell.org/index.php?title=Books_and_tutorials&oldid=63063 (accessed March 20, 2023).
CBE/CSE style
HaskellWiki contributors. Books and tutorials [Internet]. HaskellWiki, ; 2019 Oct 11, 12:31 UTC [cited 2023 Mar 20]. 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 March 20, 2023).
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 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 = "Books and tutorials --- HaskellWiki{,} ", year = "2019", url = "\url{https://wiki.haskell.org/index.php?title=Books_and_tutorials&oldid=63063}", note = "[Online; accessed 20-March-2023]" }