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