Cite This Page
Bibliographic details for WxHaskell/Troubleshooting
- Page name: WxHaskell/Troubleshooting
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 15 January 2012 20:52 UTC
- Date retrieved: 18 March 2025 12:59 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=WxHaskell/Troubleshooting&oldid=43996
- Page Version ID: 43996
Citation styles for WxHaskell/Troubleshooting
APA style
WxHaskell/Troubleshooting. (2012, January 15). HaskellWiki. Retrieved 12:59, March 18, 2025 from https://wiki.haskell.org/index.php?title=WxHaskell/Troubleshooting&oldid=43996.
MLA style
"WxHaskell/Troubleshooting." HaskellWiki. 15 Jan 2012, 20:52 UTC. 18 Mar 2025, 12:59 <https://wiki.haskell.org/index.php?title=WxHaskell/Troubleshooting&oldid=43996>.
MHRA style
HaskellWiki contributors, 'WxHaskell/Troubleshooting', HaskellWiki, 15 January 2012, 20:52 UTC, <https://wiki.haskell.org/index.php?title=WxHaskell/Troubleshooting&oldid=43996> [accessed 18 March 2025]
Chicago style
HaskellWiki contributors, "WxHaskell/Troubleshooting," HaskellWiki, https://wiki.haskell.org/index.php?title=WxHaskell/Troubleshooting&oldid=43996 (accessed March 18, 2025).
CBE/CSE style
HaskellWiki contributors. WxHaskell/Troubleshooting [Internet]. HaskellWiki; 2012 Jan 15, 20:52 UTC [cited 2025 Mar 18]. Available from: https://wiki.haskell.org/index.php?title=WxHaskell/Troubleshooting&oldid=43996.
Bluebook style
WxHaskell/Troubleshooting, https://wiki.haskell.org/index.php?title=WxHaskell/Troubleshooting&oldid=43996 (last visited March 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "WxHaskell/Troubleshooting --- HaskellWiki{,} ", year = "2012", url = "https://wiki.haskell.org/index.php?title=WxHaskell/Troubleshooting&oldid=43996", 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 = "WxHaskell/Troubleshooting --- HaskellWiki{,} ", year = "2012", url = "\url{https://wiki.haskell.org/index.php?title=WxHaskell/Troubleshooting&oldid=43996}", note = "[Online; accessed 18-March-2025]" }