Cite This Page
Bibliographic details for Programming performance
- Page name: Programming performance
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 5 April 2021 23:08 UTC
- Date retrieved: 13 April 2021 09:46 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Programming_performance&oldid=27396
- Page Version ID: 27396
Citation styles for Programming performance
APA style
Programming performance. (2021, April 5). HaskellWiki, . Retrieved 09:46, April 13, 2021 from https://wiki.haskell.org/index.php?title=Programming_performance&oldid=27396.
MLA style
"Programming performance." HaskellWiki, . 5 Apr 2021, 23:08 UTC. 13 Apr 2021, 09:46 <https://wiki.haskell.org/index.php?title=Programming_performance&oldid=27396>.
MHRA style
HaskellWiki contributors, 'Programming performance', HaskellWiki, , 5 April 2021, 23:08 UTC, <https://wiki.haskell.org/index.php?title=Programming_performance&oldid=27396> [accessed 13 April 2021]
Chicago style
HaskellWiki contributors, "Programming performance," HaskellWiki, , https://wiki.haskell.org/index.php?title=Programming_performance&oldid=27396 (accessed April 13, 2021).
CBE/CSE style
HaskellWiki contributors. Programming performance [Internet]. HaskellWiki, ; 2021 Apr 5, 23:08 UTC [cited 2021 Apr 13]. Available from: https://wiki.haskell.org/index.php?title=Programming_performance&oldid=27396.
Bluebook style
Programming performance, https://wiki.haskell.org/index.php?title=Programming_performance&oldid=27396 (last visited April 13, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Programming performance --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Programming_performance&oldid=27396", note = "[Online; accessed 13-April-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 = "Programming performance --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Programming_performance&oldid=27396}", note = "[Online; accessed 13-April-2021]" }