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