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