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