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