Cite This Page
Bibliographic details for Haskell in practice
- Page name: Haskell in practice
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 29 October 2016 01:06 UTC
- Date retrieved: 26 February 2021 16:52 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Haskell_in_practice&oldid=19206
- Page Version ID: 19206
Citation styles for Haskell in practice
APA style
Haskell in practice. (2016, October 29). HaskellWiki, . Retrieved 16:52, February 26, 2021 from https://wiki.haskell.org/index.php?title=Haskell_in_practice&oldid=19206.
MLA style
"Haskell in practice." HaskellWiki, . 29 Oct 2016, 01:06 UTC. 26 Feb 2021, 16:52 <https://wiki.haskell.org/index.php?title=Haskell_in_practice&oldid=19206>.
MHRA style
HaskellWiki contributors, 'Haskell in practice', HaskellWiki, , 29 October 2016, 01:06 UTC, <https://wiki.haskell.org/index.php?title=Haskell_in_practice&oldid=19206> [accessed 26 February 2021]
Chicago style
HaskellWiki contributors, "Haskell in practice," HaskellWiki, , https://wiki.haskell.org/index.php?title=Haskell_in_practice&oldid=19206 (accessed February 26, 2021).
CBE/CSE style
HaskellWiki contributors. Haskell in practice [Internet]. HaskellWiki, ; 2016 Oct 29, 01:06 UTC [cited 2021 Feb 26]. Available from: https://wiki.haskell.org/index.php?title=Haskell_in_practice&oldid=19206.
Bluebook style
Haskell in practice, https://wiki.haskell.org/index.php?title=Haskell_in_practice&oldid=19206 (last visited February 26, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Haskell in practice --- HaskellWiki{,} ", year = "2016", url = "https://wiki.haskell.org/index.php?title=Haskell_in_practice&oldid=19206", note = "[Online; accessed 26-February-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 = "Haskell in practice --- HaskellWiki{,} ", year = "2016", url = "\url{https://wiki.haskell.org/index.php?title=Haskell_in_practice&oldid=19206}", note = "[Online; accessed 26-February-2021]" }