Cite This Page
Bibliographic details for Tutorials
- Page name: Tutorials
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 5 January 2021 03:53 UTC
- Date retrieved: 19 January 2021 22:00 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Tutorials&oldid=18276
- Page Version ID: 18276
Citation styles for Tutorials
APA style
Tutorials. (2021, January 5). HaskellWiki, . Retrieved 22:00, January 19, 2021 from https://wiki.haskell.org/index.php?title=Tutorials&oldid=18276.
MLA style
"Tutorials." HaskellWiki, . 5 Jan 2021, 03:53 UTC. 19 Jan 2021, 22:00 <https://wiki.haskell.org/index.php?title=Tutorials&oldid=18276>.
MHRA style
HaskellWiki contributors, 'Tutorials', HaskellWiki, , 5 January 2021, 03:53 UTC, <https://wiki.haskell.org/index.php?title=Tutorials&oldid=18276> [accessed 19 January 2021]
Chicago style
HaskellWiki contributors, "Tutorials," HaskellWiki, , https://wiki.haskell.org/index.php?title=Tutorials&oldid=18276 (accessed January 19, 2021).
CBE/CSE style
HaskellWiki contributors. Tutorials [Internet]. HaskellWiki, ; 2021 Jan 5, 03:53 UTC [cited 2021 Jan 19]. Available from: https://wiki.haskell.org/index.php?title=Tutorials&oldid=18276.
Bluebook style
Tutorials, https://wiki.haskell.org/index.php?title=Tutorials&oldid=18276 (last visited January 19, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Tutorials --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Tutorials&oldid=18276", note = "[Online; accessed 19-January-2021]" }
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 = "Tutorials --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Tutorials&oldid=18276}", note = "[Online; accessed 19-January-2021]" }