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