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