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