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