Cite This Page
Bibliographic details for Haskell in education
- Page name: Haskell in education
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 6 June 2020 05:49 UTC
- Date retrieved: 4 December 2024 05:04 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Haskell_in_education&oldid=63321
- Page Version ID: 63321
Citation styles for Haskell in education
APA style
Haskell in education. (2020, June 6). HaskellWiki. Retrieved 05:04, December 4, 2024 from https://wiki.haskell.org/index.php?title=Haskell_in_education&oldid=63321.
MLA style
"Haskell in education." HaskellWiki. 6 Jun 2020, 05:49 UTC. 4 Dec 2024, 05:04 <https://wiki.haskell.org/index.php?title=Haskell_in_education&oldid=63321>.
MHRA style
HaskellWiki contributors, 'Haskell in education', HaskellWiki, 6 June 2020, 05:49 UTC, <https://wiki.haskell.org/index.php?title=Haskell_in_education&oldid=63321> [accessed 4 December 2024]
Chicago style
HaskellWiki contributors, "Haskell in education," HaskellWiki, https://wiki.haskell.org/index.php?title=Haskell_in_education&oldid=63321 (accessed December 4, 2024).
CBE/CSE style
HaskellWiki contributors. Haskell in education [Internet]. HaskellWiki; 2020 Jun 6, 05:49 UTC [cited 2024 Dec 4]. Available from: https://wiki.haskell.org/index.php?title=Haskell_in_education&oldid=63321.
Bluebook style
Haskell in education, https://wiki.haskell.org/index.php?title=Haskell_in_education&oldid=63321 (last visited December 4, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Haskell in education --- HaskellWiki{,} ", year = "2020", url = "https://wiki.haskell.org/index.php?title=Haskell_in_education&oldid=63321", note = "[Online; accessed 4-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 = "Haskell in education --- HaskellWiki{,} ", year = "2020", url = "\url{https://wiki.haskell.org/index.php?title=Haskell_in_education&oldid=63321}", note = "[Online; accessed 4-December-2024]" }