Cite This Page
Bibliographic details for X window programming in Haskell
- Page name: X window programming in Haskell
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 4 December 2009 15:50 UTC
- Date retrieved: 5 February 2023 05:41 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=X_window_programming_in_Haskell&oldid=32146
- Page Version ID: 32146
Citation styles for X window programming in Haskell
APA style
X window programming in Haskell. (2009, December 4). HaskellWiki, . Retrieved 05:41, February 5, 2023 from https://wiki.haskell.org/index.php?title=X_window_programming_in_Haskell&oldid=32146.
MLA style
"X window programming in Haskell." HaskellWiki, . 4 Dec 2009, 15:50 UTC. 5 Feb 2023, 05:41 <https://wiki.haskell.org/index.php?title=X_window_programming_in_Haskell&oldid=32146>.
MHRA style
HaskellWiki contributors, 'X window programming in Haskell', HaskellWiki, , 4 December 2009, 15:50 UTC, <https://wiki.haskell.org/index.php?title=X_window_programming_in_Haskell&oldid=32146> [accessed 5 February 2023]
Chicago style
HaskellWiki contributors, "X window programming in Haskell," HaskellWiki, , https://wiki.haskell.org/index.php?title=X_window_programming_in_Haskell&oldid=32146 (accessed February 5, 2023).
CBE/CSE style
HaskellWiki contributors. X window programming in Haskell [Internet]. HaskellWiki, ; 2009 Dec 4, 15:50 UTC [cited 2023 Feb 5]. Available from: https://wiki.haskell.org/index.php?title=X_window_programming_in_Haskell&oldid=32146.
Bluebook style
X window programming in Haskell, https://wiki.haskell.org/index.php?title=X_window_programming_in_Haskell&oldid=32146 (last visited February 5, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "X window programming in Haskell --- HaskellWiki{,} ", year = "2009", url = "https://wiki.haskell.org/index.php?title=X_window_programming_in_Haskell&oldid=32146", note = "[Online; accessed 5-February-2023]" }
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 = "X window programming in Haskell --- HaskellWiki{,} ", year = "2009", url = "\url{https://wiki.haskell.org/index.php?title=X_window_programming_in_Haskell&oldid=32146}", note = "[Online; accessed 5-February-2023]" }