Cite This Page
Bibliographic details for Concurrency
- Page name: Concurrency
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 21 November 2013 15:49 UTC
- Date retrieved: 15 December 2019 05:47 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Concurrency&oldid=39557
- Page Version ID: 39557
Citation styles for Concurrency
APA style
Concurrency. (2013, November 21). HaskellWiki, . Retrieved 05:47, December 15, 2019 from https://wiki.haskell.org/index.php?title=Concurrency&oldid=39557.
MLA style
"Concurrency." HaskellWiki, . 21 Nov 2013, 15:49 UTC. 15 Dec 2019, 05:47 <https://wiki.haskell.org/index.php?title=Concurrency&oldid=39557>.
MHRA style
HaskellWiki contributors, 'Concurrency', HaskellWiki, , 21 November 2013, 15:49 UTC, <https://wiki.haskell.org/index.php?title=Concurrency&oldid=39557> [accessed 15 December 2019]
Chicago style
HaskellWiki contributors, "Concurrency," HaskellWiki, , https://wiki.haskell.org/index.php?title=Concurrency&oldid=39557 (accessed December 15, 2019).
CBE/CSE style
HaskellWiki contributors. Concurrency [Internet]. HaskellWiki, ; 2013 Nov 21, 15:49 UTC [cited 2019 Dec 15]. Available from: https://wiki.haskell.org/index.php?title=Concurrency&oldid=39557.
Bluebook style
Concurrency, https://wiki.haskell.org/index.php?title=Concurrency&oldid=39557 (last visited December 15, 2019).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Concurrency --- HaskellWiki{,} ", year = "2013", url = "https://wiki.haskell.org/index.php?title=Concurrency&oldid=39557", note = "[Online; accessed 15-December-2019]" }
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 --- HaskellWiki{,} ", year = "2013", url = "\url{https://wiki.haskell.org/index.php?title=Concurrency&oldid=39557}", note = "[Online; accessed 15-December-2019]" }