Cite This Page
Bibliographic details for Lazy evaluation
- Page name: Lazy evaluation
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 10 March 2015 10:02 UTC
- Date retrieved: 31 March 2023 14:07 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=59510
- Page Version ID: 59510
Citation styles for Lazy evaluation
APA style
Lazy evaluation. (2015, March 10). HaskellWiki, . Retrieved 14:07, March 31, 2023 from https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=59510.
MLA style
"Lazy evaluation." HaskellWiki, . 10 Mar 2015, 10:02 UTC. 31 Mar 2023, 14:07 <https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=59510>.
MHRA style
HaskellWiki contributors, 'Lazy evaluation', HaskellWiki, , 10 March 2015, 10:02 UTC, <https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=59510> [accessed 31 March 2023]
Chicago style
HaskellWiki contributors, "Lazy evaluation," HaskellWiki, , https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=59510 (accessed March 31, 2023).
CBE/CSE style
HaskellWiki contributors. Lazy evaluation [Internet]. HaskellWiki, ; 2015 Mar 10, 10:02 UTC [cited 2023 Mar 31]. Available from: https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=59510.
Bluebook style
Lazy evaluation, https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=59510 (last visited March 31, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Lazy evaluation --- HaskellWiki{,} ", year = "2015", url = "https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=59510", note = "[Online; accessed 31-March-2023]" }
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 = "2015", url = "\url{https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=59510}", note = "[Online; accessed 31-March-2023]" }