Cite This Page
Bibliographic details for Learn Haskell in 10 minutes
- Page name: Learn Haskell in 10 minutes
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 9 August 2019 17:59 UTC
- Date retrieved: 13 January 2025 16:51 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Learn_Haskell_in_10_minutes&oldid=62989
- Page Version ID: 62989
Citation styles for Learn Haskell in 10 minutes
APA style
Learn Haskell in 10 minutes. (2019, August 9). HaskellWiki. Retrieved 16:51, January 13, 2025 from https://wiki.haskell.org/index.php?title=Learn_Haskell_in_10_minutes&oldid=62989.
MLA style
"Learn Haskell in 10 minutes." HaskellWiki. 9 Aug 2019, 17:59 UTC. 13 Jan 2025, 16:51 <https://wiki.haskell.org/index.php?title=Learn_Haskell_in_10_minutes&oldid=62989>.
MHRA style
HaskellWiki contributors, 'Learn Haskell in 10 minutes', HaskellWiki, 9 August 2019, 17:59 UTC, <https://wiki.haskell.org/index.php?title=Learn_Haskell_in_10_minutes&oldid=62989> [accessed 13 January 2025]
Chicago style
HaskellWiki contributors, "Learn Haskell in 10 minutes," HaskellWiki, https://wiki.haskell.org/index.php?title=Learn_Haskell_in_10_minutes&oldid=62989 (accessed January 13, 2025).
CBE/CSE style
HaskellWiki contributors. Learn Haskell in 10 minutes [Internet]. HaskellWiki; 2019 Aug 9, 17:59 UTC [cited 2025 Jan 13]. Available from: https://wiki.haskell.org/index.php?title=Learn_Haskell_in_10_minutes&oldid=62989.
Bluebook style
Learn Haskell in 10 minutes, https://wiki.haskell.org/index.php?title=Learn_Haskell_in_10_minutes&oldid=62989 (last visited January 13, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Learn Haskell in 10 minutes --- HaskellWiki{,} ", year = "2019", url = "https://wiki.haskell.org/index.php?title=Learn_Haskell_in_10_minutes&oldid=62989", note = "[Online; accessed 13-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 = "Learn Haskell in 10 minutes --- HaskellWiki{,} ", year = "2019", url = "\url{https://wiki.haskell.org/index.php?title=Learn_Haskell_in_10_minutes&oldid=62989}", note = "[Online; accessed 13-January-2025]" }