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: 18 January 2025 03:00 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=63958
- Page Version ID: 63958
Citation styles for Lazy evaluation
APA style
Lazy evaluation. (2021, February 6). HaskellWiki. Retrieved 03:00, January 18, 2025 from https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=63958.
MLA style
"Lazy evaluation." HaskellWiki. 6 Feb 2021, 15:20 UTC. 18 Jan 2025, 03:00 <https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=63958>.
MHRA style
HaskellWiki contributors, 'Lazy evaluation', HaskellWiki, 6 February 2021, 15:20 UTC, <https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=63958> [accessed 18 January 2025]
Chicago style
HaskellWiki contributors, "Lazy evaluation," HaskellWiki, https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=63958 (accessed January 18, 2025).
CBE/CSE style
HaskellWiki contributors. Lazy evaluation [Internet]. HaskellWiki; 2021 Feb 6, 15:20 UTC [cited 2025 Jan 18]. Available from: https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=63958.
Bluebook style
Lazy evaluation, https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=63958 (last visited January 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Lazy evaluation --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Lazy_evaluation&oldid=63958", note = "[Online; accessed 18-January-2025]" }
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=63958}", note = "[Online; accessed 18-January-2025]" }