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