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