Cite This Page
Bibliographic details for Simple STM example
- Page name: Simple STM example
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 3 May 2007 15:39 UTC
- Date retrieved: 19 March 2025 15:22 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Simple_STM_example&oldid=12824
- Page Version ID: 12824
Citation styles for Simple STM example
APA style
Simple STM example. (2007, May 3). HaskellWiki. Retrieved 15:22, March 19, 2025 from https://wiki.haskell.org/index.php?title=Simple_STM_example&oldid=12824.
MLA style
"Simple STM example." HaskellWiki. 3 May 2007, 15:39 UTC. 19 Mar 2025, 15:22 <https://wiki.haskell.org/index.php?title=Simple_STM_example&oldid=12824>.
MHRA style
HaskellWiki contributors, 'Simple STM example', HaskellWiki, 3 May 2007, 15:39 UTC, <https://wiki.haskell.org/index.php?title=Simple_STM_example&oldid=12824> [accessed 19 March 2025]
Chicago style
HaskellWiki contributors, "Simple STM example," HaskellWiki, https://wiki.haskell.org/index.php?title=Simple_STM_example&oldid=12824 (accessed March 19, 2025).
CBE/CSE style
HaskellWiki contributors. Simple STM example [Internet]. HaskellWiki; 2007 May 3, 15:39 UTC [cited 2025 Mar 19]. Available from: https://wiki.haskell.org/index.php?title=Simple_STM_example&oldid=12824.
Bluebook style
Simple STM example, https://wiki.haskell.org/index.php?title=Simple_STM_example&oldid=12824 (last visited March 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Simple STM example --- HaskellWiki{,} ", year = "2007", url = "https://wiki.haskell.org/index.php?title=Simple_STM_example&oldid=12824", note = "[Online; accessed 19-March-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 = "Simple STM example --- HaskellWiki{,} ", year = "2007", url = "\url{https://wiki.haskell.org/index.php?title=Simple_STM_example&oldid=12824}", note = "[Online; accessed 19-March-2025]" }