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