Cite This Page
Bibliographic details for Running processes concurrently
- Page name: Running processes concurrently
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 23 June 2007 21:22 UTC
- Date retrieved: 7 February 2025 18:25 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Running_processes_concurrently&oldid=13704
- Page Version ID: 13704
Citation styles for Running processes concurrently
APA style
Running processes concurrently. (2007, June 23). HaskellWiki. Retrieved 18:25, February 7, 2025 from https://wiki.haskell.org/index.php?title=Running_processes_concurrently&oldid=13704.
MLA style
"Running processes concurrently." HaskellWiki. 23 Jun 2007, 21:22 UTC. 7 Feb 2025, 18:25 <https://wiki.haskell.org/index.php?title=Running_processes_concurrently&oldid=13704>.
MHRA style
HaskellWiki contributors, 'Running processes concurrently', HaskellWiki, 23 June 2007, 21:22 UTC, <https://wiki.haskell.org/index.php?title=Running_processes_concurrently&oldid=13704> [accessed 7 February 2025]
Chicago style
HaskellWiki contributors, "Running processes concurrently," HaskellWiki, https://wiki.haskell.org/index.php?title=Running_processes_concurrently&oldid=13704 (accessed February 7, 2025).
CBE/CSE style
HaskellWiki contributors. Running processes concurrently [Internet]. HaskellWiki; 2007 Jun 23, 21:22 UTC [cited 2025 Feb 7]. Available from: https://wiki.haskell.org/index.php?title=Running_processes_concurrently&oldid=13704.
Bluebook style
Running processes concurrently, https://wiki.haskell.org/index.php?title=Running_processes_concurrently&oldid=13704 (last visited February 7, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Running processes concurrently --- HaskellWiki{,} ", year = "2007", url = "https://wiki.haskell.org/index.php?title=Running_processes_concurrently&oldid=13704", note = "[Online; accessed 7-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 = "Running processes concurrently --- HaskellWiki{,} ", year = "2007", url = "\url{https://wiki.haskell.org/index.php?title=Running_processes_concurrently&oldid=13704}", note = "[Online; accessed 7-February-2025]" }