Cite This Page
Bibliographic details for Concurrency demos
- Page name: Concurrency demos
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 16 March 2011 16:18 UTC
- Date retrieved: 16 August 2022 22:48 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Concurrency_demos&oldid=39060
- Page Version ID: 39060
Citation styles for Concurrency demos
APA style
Concurrency demos. (2011, March 16). HaskellWiki, . Retrieved 22:48, August 16, 2022 from https://wiki.haskell.org/index.php?title=Concurrency_demos&oldid=39060.
MLA style
"Concurrency demos." HaskellWiki, . 16 Mar 2011, 16:18 UTC. 16 Aug 2022, 22:48 <https://wiki.haskell.org/index.php?title=Concurrency_demos&oldid=39060>.
MHRA style
HaskellWiki contributors, 'Concurrency demos', HaskellWiki, , 16 March 2011, 16:18 UTC, <https://wiki.haskell.org/index.php?title=Concurrency_demos&oldid=39060> [accessed 16 August 2022]
Chicago style
HaskellWiki contributors, "Concurrency demos," HaskellWiki, , https://wiki.haskell.org/index.php?title=Concurrency_demos&oldid=39060 (accessed August 16, 2022).
CBE/CSE style
HaskellWiki contributors. Concurrency demos [Internet]. HaskellWiki, ; 2011 Mar 16, 16:18 UTC [cited 2022 Aug 16]. Available from: https://wiki.haskell.org/index.php?title=Concurrency_demos&oldid=39060.
Bluebook style
Concurrency demos, https://wiki.haskell.org/index.php?title=Concurrency_demos&oldid=39060 (last visited August 16, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Concurrency demos --- HaskellWiki{,} ", year = "2011", url = "https://wiki.haskell.org/index.php?title=Concurrency_demos&oldid=39060", note = "[Online; accessed 16-August-2022]" }
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 = "Concurrency demos --- HaskellWiki{,} ", year = "2011", url = "\url{https://wiki.haskell.org/index.php?title=Concurrency_demos&oldid=39060}", note = "[Online; accessed 16-August-2022]" }