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