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