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