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