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