Cite This Page
Bibliographic details for Learning Haskell
- Page name: Learning Haskell
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 18 March 2024 14:24 UTC
- Date retrieved: 2 December 2024 14:38 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Learning_Haskell&oldid=66545
- Page Version ID: 66545
Citation styles for Learning Haskell
APA style
Learning Haskell. (2024, March 18). HaskellWiki. Retrieved 14:38, December 2, 2024 from https://wiki.haskell.org/index.php?title=Learning_Haskell&oldid=66545.
MLA style
"Learning Haskell." HaskellWiki. 18 Mar 2024, 14:24 UTC. 2 Dec 2024, 14:38 <https://wiki.haskell.org/index.php?title=Learning_Haskell&oldid=66545>.
MHRA style
HaskellWiki contributors, 'Learning Haskell', HaskellWiki, 18 March 2024, 14:24 UTC, <https://wiki.haskell.org/index.php?title=Learning_Haskell&oldid=66545> [accessed 2 December 2024]
Chicago style
HaskellWiki contributors, "Learning Haskell," HaskellWiki, https://wiki.haskell.org/index.php?title=Learning_Haskell&oldid=66545 (accessed December 2, 2024).
CBE/CSE style
HaskellWiki contributors. Learning Haskell [Internet]. HaskellWiki; 2024 Mar 18, 14:24 UTC [cited 2024 Dec 2]. Available from: https://wiki.haskell.org/index.php?title=Learning_Haskell&oldid=66545.
Bluebook style
Learning Haskell, https://wiki.haskell.org/index.php?title=Learning_Haskell&oldid=66545 (last visited December 2, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Learning Haskell --- HaskellWiki{,} ", year = "2024", url = "https://wiki.haskell.org/index.php?title=Learning_Haskell&oldid=66545", note = "[Online; accessed 2-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 = "Learning Haskell --- HaskellWiki{,} ", year = "2024", url = "\url{https://wiki.haskell.org/index.php?title=Learning_Haskell&oldid=66545}", note = "[Online; accessed 2-December-2024]" }