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