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