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: 8 December 2019 16:46 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Software_transactional_memory&oldid=55691
- Page Version ID: 55691
Citation styles for Software transactional memory
APA style
Software transactional memory. (2013, April 11). HaskellWiki, . Retrieved 16:46, December 8, 2019 from https://wiki.haskell.org/index.php?title=Software_transactional_memory&oldid=55691.
MLA style
"Software transactional memory." HaskellWiki, . 11 Apr 2013, 09:34 UTC. 8 Dec 2019, 16:46 <https://wiki.haskell.org/index.php?title=Software_transactional_memory&oldid=55691>.
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=55691> [accessed 8 December 2019]
Chicago style
HaskellWiki contributors, "Software transactional memory," HaskellWiki, , https://wiki.haskell.org/index.php?title=Software_transactional_memory&oldid=55691 (accessed December 8, 2019).
CBE/CSE style
HaskellWiki contributors. Software transactional memory [Internet]. HaskellWiki, ; 2013 Apr 11, 09:34 UTC [cited 2019 Dec 8]. Available from: https://wiki.haskell.org/index.php?title=Software_transactional_memory&oldid=55691.
Bluebook style
Software transactional memory, https://wiki.haskell.org/index.php?title=Software_transactional_memory&oldid=55691 (last visited December 8, 2019).
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=55691", note = "[Online; accessed 8-December-2019]" }
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=55691}", note = "[Online; accessed 8-December-2019]" }