Cite This Page
Bibliographic details for Lazy evaluation
- Page name: Lazy evaluation
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 6 February 2021 15:20 UTC
- Date retrieved: 12 April 2021 05:49 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=17905
- Page Version ID: 17905
Citation styles for Lazy evaluation
APA style
Lazy evaluation. (2021, February 6). HaskellWiki, . Retrieved 05:49, April 12, 2021 from https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=17905.
MLA style
"Lazy evaluation." HaskellWiki, . 6 Feb 2021, 15:20 UTC. 12 Apr 2021, 05:49 <https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=17905>.
MHRA style
HaskellWiki contributors, 'Lazy evaluation', HaskellWiki, , 6 February 2021, 15:20 UTC, <https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=17905> [accessed 12 April 2021]
Chicago style
HaskellWiki contributors, "Lazy evaluation," HaskellWiki, , https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=17905 (accessed April 12, 2021).
CBE/CSE style
HaskellWiki contributors. Lazy evaluation [Internet]. HaskellWiki, ; 2021 Feb 6, 15:20 UTC [cited 2021 Apr 12]. Available from: https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=17905.
Bluebook style
Lazy evaluation, https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=17905 (last visited April 12, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Lazy evaluation --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=17905", note = "[Online; accessed 12-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 = "Lazy evaluation --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=17905}", note = "[Online; accessed 12-April-2021]" }