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: 28 March 2025 08: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 08:04, March 28, 2025 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. 28 Mar 2025, 08: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 28 March 2025]
Chicago style
HaskellWiki contributors, "Haskell in education," HaskellWiki, https://wiki.haskell.org/index.php?title=Haskell_in_education&oldid=63321 (accessed March 28, 2025).
CBE/CSE style
HaskellWiki contributors. Haskell in education [Internet]. HaskellWiki; 2020 Jun 6, 05:49 UTC [cited 2025 Mar 28]. 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 March 28, 2025).
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 28-March-2025]" }
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 28-March-2025]" }