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