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