Cite This Page
Bibliographic details for Mutable variable
- Page name: Mutable variable
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 3 June 2013 18:11 UTC
- Date retrieved: 2 July 2022 21:27 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Mutable_variable&oldid=56127
- Page Version ID: 56127
Citation styles for Mutable variable
APA style
Mutable variable. (2013, June 3). HaskellWiki, . Retrieved 21:27, July 2, 2022 from https://wiki.haskell.org/index.php?title=Mutable_variable&oldid=56127.
MLA style
"Mutable variable." HaskellWiki, . 3 Jun 2013, 18:11 UTC. 2 Jul 2022, 21:27 <https://wiki.haskell.org/index.php?title=Mutable_variable&oldid=56127>.
MHRA style
HaskellWiki contributors, 'Mutable variable', HaskellWiki, , 3 June 2013, 18:11 UTC, <https://wiki.haskell.org/index.php?title=Mutable_variable&oldid=56127> [accessed 2 July 2022]
Chicago style
HaskellWiki contributors, "Mutable variable," HaskellWiki, , https://wiki.haskell.org/index.php?title=Mutable_variable&oldid=56127 (accessed July 2, 2022).
CBE/CSE style
HaskellWiki contributors. Mutable variable [Internet]. HaskellWiki, ; 2013 Jun 3, 18:11 UTC [cited 2022 Jul 2]. Available from: https://wiki.haskell.org/index.php?title=Mutable_variable&oldid=56127.
Bluebook style
Mutable variable, https://wiki.haskell.org/index.php?title=Mutable_variable&oldid=56127 (last visited July 2, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Mutable variable --- HaskellWiki{,} ", year = "2013", url = "https://wiki.haskell.org/index.php?title=Mutable_variable&oldid=56127", note = "[Online; accessed 2-July-2022]" }
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 = "Mutable variable --- HaskellWiki{,} ", year = "2013", url = "\url{https://wiki.haskell.org/index.php?title=Mutable_variable&oldid=56127}", note = "[Online; accessed 2-July-2022]" }