Cite This Page
Bibliographic details for Global variables
- Page name: Global variables
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 17 September 2010 01:25 UTC
- Date retrieved: 18 March 2025 01:31 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Global_variables&oldid=36785
- Page Version ID: 36785
Citation styles for Global variables
APA style
Global variables. (2010, September 17). HaskellWiki. Retrieved 01:31, March 18, 2025 from https://wiki.haskell.org/index.php?title=Global_variables&oldid=36785.
MLA style
"Global variables." HaskellWiki. 17 Sep 2010, 01:25 UTC. 18 Mar 2025, 01:31 <https://wiki.haskell.org/index.php?title=Global_variables&oldid=36785>.
MHRA style
HaskellWiki contributors, 'Global variables', HaskellWiki, 17 September 2010, 01:25 UTC, <https://wiki.haskell.org/index.php?title=Global_variables&oldid=36785> [accessed 18 March 2025]
Chicago style
HaskellWiki contributors, "Global variables," HaskellWiki, https://wiki.haskell.org/index.php?title=Global_variables&oldid=36785 (accessed March 18, 2025).
CBE/CSE style
HaskellWiki contributors. Global variables [Internet]. HaskellWiki; 2010 Sep 17, 01:25 UTC [cited 2025 Mar 18]. Available from: https://wiki.haskell.org/index.php?title=Global_variables&oldid=36785.
Bluebook style
Global variables, https://wiki.haskell.org/index.php?title=Global_variables&oldid=36785 (last visited March 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Global variables --- HaskellWiki{,} ", year = "2010", url = "https://wiki.haskell.org/index.php?title=Global_variables&oldid=36785", note = "[Online; accessed 18-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 = "Global variables --- HaskellWiki{,} ", year = "2010", url = "\url{https://wiki.haskell.org/index.php?title=Global_variables&oldid=36785}", note = "[Online; accessed 18-March-2025]" }