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