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