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