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: 17 September 2024 13:28 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 13:28, September 17, 2024 from https://wiki.haskell.org/index.php?title=Parallelism&oldid=66640.
MLA style
"Parallelism." HaskellWiki, . 9 May 2024, 12:02 UTC. 17 Sep 2024, 13:28 <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 17 September 2024]
Chicago style
HaskellWiki contributors, "Parallelism," HaskellWiki, , https://wiki.haskell.org/index.php?title=Parallelism&oldid=66640 (accessed September 17, 2024).
CBE/CSE style
HaskellWiki contributors. Parallelism [Internet]. HaskellWiki, ; 2024 May 9, 12:02 UTC [cited 2024 Sep 17]. 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 September 17, 2024).
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 17-September-2024]" }
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 17-September-2024]" }