Cite This Page
Bibliographic details for Performance
- Page name: Performance
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 26 August 2018 21:39 UTC
- Date retrieved: 15 December 2019 21:51 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Performance&oldid=11332
- Page Version ID: 11332
Citation styles for Performance
APA style
Performance. (2018, August 26). HaskellWiki, . Retrieved 21:51, December 15, 2019 from https://wiki.haskell.org/index.php?title=Performance&oldid=11332.
MLA style
"Performance." HaskellWiki, . 26 Aug 2018, 21:39 UTC. 15 Dec 2019, 21:51 <https://wiki.haskell.org/index.php?title=Performance&oldid=11332>.
MHRA style
HaskellWiki contributors, 'Performance', HaskellWiki, , 26 August 2018, 21:39 UTC, <https://wiki.haskell.org/index.php?title=Performance&oldid=11332> [accessed 15 December 2019]
Chicago style
HaskellWiki contributors, "Performance," HaskellWiki, , https://wiki.haskell.org/index.php?title=Performance&oldid=11332 (accessed December 15, 2019).
CBE/CSE style
HaskellWiki contributors. Performance [Internet]. HaskellWiki, ; 2018 Aug 26, 21:39 UTC [cited 2019 Dec 15]. Available from: https://wiki.haskell.org/index.php?title=Performance&oldid=11332.
Bluebook style
Performance, https://wiki.haskell.org/index.php?title=Performance&oldid=11332 (last visited December 15, 2019).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Performance --- HaskellWiki{,} ", year = "2018", url = "https://wiki.haskell.org/index.php?title=Performance&oldid=11332", note = "[Online; accessed 15-December-2019]" }
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 = "Performance --- HaskellWiki{,} ", year = "2018", url = "\url{https://wiki.haskell.org/index.php?title=Performance&oldid=11332}", note = "[Online; accessed 15-December-2019]" }