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