Cite This Page
Bibliographic details for Performance
- Page name: Performance
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 24 June 2008 11:32 UTC
- Date retrieved: 18 May 2022 14:25 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Performance&oldid=21442
- Page Version ID: 21442
Citation styles for Performance
APA style
Performance. (2008, June 24). HaskellWiki, . Retrieved 14:25, May 18, 2022 from https://wiki.haskell.org/index.php?title=Performance&oldid=21442.
MLA style
"Performance." HaskellWiki, . 24 Jun 2008, 11:32 UTC. 18 May 2022, 14:25 <https://wiki.haskell.org/index.php?title=Performance&oldid=21442>.
MHRA style
HaskellWiki contributors, 'Performance', HaskellWiki, , 24 June 2008, 11:32 UTC, <https://wiki.haskell.org/index.php?title=Performance&oldid=21442> [accessed 18 May 2022]
Chicago style
HaskellWiki contributors, "Performance," HaskellWiki, , https://wiki.haskell.org/index.php?title=Performance&oldid=21442 (accessed May 18, 2022).
CBE/CSE style
HaskellWiki contributors. Performance [Internet]. HaskellWiki, ; 2008 Jun 24, 11:32 UTC [cited 2022 May 18]. Available from: https://wiki.haskell.org/index.php?title=Performance&oldid=21442.
Bluebook style
Performance, https://wiki.haskell.org/index.php?title=Performance&oldid=21442 (last visited May 18, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Performance --- HaskellWiki{,} ", year = "2008", url = "https://wiki.haskell.org/index.php?title=Performance&oldid=21442", note = "[Online; accessed 18-May-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 = "Performance --- HaskellWiki{,} ", year = "2008", url = "\url{https://wiki.haskell.org/index.php?title=Performance&oldid=21442}", note = "[Online; accessed 18-May-2022]" }