Cite This Page
Bibliographic details for A Brief Introduction to Haskell
- Page name: A Brief Introduction to Haskell
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 7 June 2023 20:55 UTC
- Date retrieved: 21 January 2025 16:31 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=A_Brief_Introduction_to_Haskell&oldid=65648
- Page Version ID: 65648
Citation styles for A Brief Introduction to Haskell
APA style
A Brief Introduction to Haskell. (2023, June 7). HaskellWiki. Retrieved 16:31, January 21, 2025 from https://wiki.haskell.org/index.php?title=A_Brief_Introduction_to_Haskell&oldid=65648.
MLA style
"A Brief Introduction to Haskell." HaskellWiki. 7 Jun 2023, 20:55 UTC. 21 Jan 2025, 16:31 <https://wiki.haskell.org/index.php?title=A_Brief_Introduction_to_Haskell&oldid=65648>.
MHRA style
HaskellWiki contributors, 'A Brief Introduction to Haskell', HaskellWiki, 7 June 2023, 20:55 UTC, <https://wiki.haskell.org/index.php?title=A_Brief_Introduction_to_Haskell&oldid=65648> [accessed 21 January 2025]
Chicago style
HaskellWiki contributors, "A Brief Introduction to Haskell," HaskellWiki, https://wiki.haskell.org/index.php?title=A_Brief_Introduction_to_Haskell&oldid=65648 (accessed January 21, 2025).
CBE/CSE style
HaskellWiki contributors. A Brief Introduction to Haskell [Internet]. HaskellWiki; 2023 Jun 7, 20:55 UTC [cited 2025 Jan 21]. Available from: https://wiki.haskell.org/index.php?title=A_Brief_Introduction_to_Haskell&oldid=65648.
Bluebook style
A Brief Introduction to Haskell, https://wiki.haskell.org/index.php?title=A_Brief_Introduction_to_Haskell&oldid=65648 (last visited January 21, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "A Brief Introduction to Haskell --- HaskellWiki{,} ", year = "2023", url = "https://wiki.haskell.org/index.php?title=A_Brief_Introduction_to_Haskell&oldid=65648", note = "[Online; accessed 21-January-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 = "A Brief Introduction to Haskell --- HaskellWiki{,} ", year = "2023", url = "\url{https://wiki.haskell.org/index.php?title=A_Brief_Introduction_to_Haskell&oldid=65648}", note = "[Online; accessed 21-January-2025]" }