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