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: 19 March 2025 16:46 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 16:46, March 19, 2025 from https://wiki.haskell.org/index.php?title=Learning_Haskell&oldid=66545.
MLA style
"Learning Haskell." HaskellWiki. 18 Mar 2024, 14:24 UTC. 19 Mar 2025, 16:46 <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 19 March 2025]
Chicago style
HaskellWiki contributors, "Learning Haskell," HaskellWiki, https://wiki.haskell.org/index.php?title=Learning_Haskell&oldid=66545 (accessed March 19, 2025).
CBE/CSE style
HaskellWiki contributors. Learning Haskell [Internet]. HaskellWiki; 2024 Mar 18, 14:24 UTC [cited 2025 Mar 19]. 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 March 19, 2025).
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 19-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 = "Learning Haskell --- HaskellWiki{,} ", year = "2024", url = "\url{https://wiki.haskell.org/index.php?title=Learning_Haskell&oldid=66545}", note = "[Online; accessed 19-March-2025]" }