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