Cite This Page
Bibliographic details for Background thread example
- Page name: Background thread example
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 29 May 2009 13:20 UTC
- Date retrieved: 6 October 2024 00:18 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Background_thread_example&oldid=28397
- Page Version ID: 28397
Citation styles for Background thread example
APA style
Background thread example. (2009, May 29). HaskellWiki, . Retrieved 00:18, October 6, 2024 from https://wiki.haskell.org/index.php?title=Background_thread_example&oldid=28397.
MLA style
"Background thread example." HaskellWiki, . 29 May 2009, 13:20 UTC. 6 Oct 2024, 00:18 <https://wiki.haskell.org/index.php?title=Background_thread_example&oldid=28397>.
MHRA style
HaskellWiki contributors, 'Background thread example', HaskellWiki, , 29 May 2009, 13:20 UTC, <https://wiki.haskell.org/index.php?title=Background_thread_example&oldid=28397> [accessed 6 October 2024]
Chicago style
HaskellWiki contributors, "Background thread example," HaskellWiki, , https://wiki.haskell.org/index.php?title=Background_thread_example&oldid=28397 (accessed October 6, 2024).
CBE/CSE style
HaskellWiki contributors. Background thread example [Internet]. HaskellWiki, ; 2009 May 29, 13:20 UTC [cited 2024 Oct 6]. Available from: https://wiki.haskell.org/index.php?title=Background_thread_example&oldid=28397.
Bluebook style
Background thread example, https://wiki.haskell.org/index.php?title=Background_thread_example&oldid=28397 (last visited October 6, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Background thread example --- HaskellWiki{,} ", year = "2009", url = "https://wiki.haskell.org/index.php?title=Background_thread_example&oldid=28397", note = "[Online; accessed 6-October-2024]" }
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 = "Background thread example --- HaskellWiki{,} ", year = "2009", url = "\url{https://wiki.haskell.org/index.php?title=Background_thread_example&oldid=28397}", note = "[Online; accessed 6-October-2024]" }