Cite This Page
Bibliographic details for Why Haskell just works
- Page name: Why Haskell just works
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 19 November 2006 09:24 UTC
- Date retrieved: 2 February 2023 11:33 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Why_Haskell_just_works&oldid=8451
- Page Version ID: 8451
Citation styles for Why Haskell just works
APA style
Why Haskell just works. (2006, November 19). HaskellWiki, . Retrieved 11:33, February 2, 2023 from https://wiki.haskell.org/index.php?title=Why_Haskell_just_works&oldid=8451.
MLA style
"Why Haskell just works." HaskellWiki, . 19 Nov 2006, 09:24 UTC. 2 Feb 2023, 11:33 <https://wiki.haskell.org/index.php?title=Why_Haskell_just_works&oldid=8451>.
MHRA style
HaskellWiki contributors, 'Why Haskell just works', HaskellWiki, , 19 November 2006, 09:24 UTC, <https://wiki.haskell.org/index.php?title=Why_Haskell_just_works&oldid=8451> [accessed 2 February 2023]
Chicago style
HaskellWiki contributors, "Why Haskell just works," HaskellWiki, , https://wiki.haskell.org/index.php?title=Why_Haskell_just_works&oldid=8451 (accessed February 2, 2023).
CBE/CSE style
HaskellWiki contributors. Why Haskell just works [Internet]. HaskellWiki, ; 2006 Nov 19, 09:24 UTC [cited 2023 Feb 2]. Available from: https://wiki.haskell.org/index.php?title=Why_Haskell_just_works&oldid=8451.
Bluebook style
Why Haskell just works, https://wiki.haskell.org/index.php?title=Why_Haskell_just_works&oldid=8451 (last visited February 2, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Why Haskell just works --- HaskellWiki{,} ", year = "2006", url = "https://wiki.haskell.org/index.php?title=Why_Haskell_just_works&oldid=8451", note = "[Online; accessed 2-February-2023]" }
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 = "Why Haskell just works --- HaskellWiki{,} ", year = "2006", url = "\url{https://wiki.haskell.org/index.php?title=Why_Haskell_just_works&oldid=8451}", note = "[Online; accessed 2-February-2023]" }