Cite This Page
Bibliographic details for Learning Haskell with Chess
- Page name: Learning Haskell with Chess
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 5 October 2008 22:54 UTC
- Date retrieved: 28 January 2021 00:01 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Learning_Haskell_with_Chess&oldid=12034
- Page Version ID: 12034
Citation styles for Learning Haskell with Chess
APA style
Learning Haskell with Chess. (2008, October 5). HaskellWiki, . Retrieved 00:01, January 28, 2021 from https://wiki.haskell.org/index.php?title=Learning_Haskell_with_Chess&oldid=12034.
MLA style
"Learning Haskell with Chess." HaskellWiki, . 5 Oct 2008, 22:54 UTC. 28 Jan 2021, 00:01 <https://wiki.haskell.org/index.php?title=Learning_Haskell_with_Chess&oldid=12034>.
MHRA style
HaskellWiki contributors, 'Learning Haskell with Chess', HaskellWiki, , 5 October 2008, 22:54 UTC, <https://wiki.haskell.org/index.php?title=Learning_Haskell_with_Chess&oldid=12034> [accessed 28 January 2021]
Chicago style
HaskellWiki contributors, "Learning Haskell with Chess," HaskellWiki, , https://wiki.haskell.org/index.php?title=Learning_Haskell_with_Chess&oldid=12034 (accessed January 28, 2021).
CBE/CSE style
HaskellWiki contributors. Learning Haskell with Chess [Internet]. HaskellWiki, ; 2008 Oct 5, 22:54 UTC [cited 2021 Jan 28]. Available from: https://wiki.haskell.org/index.php?title=Learning_Haskell_with_Chess&oldid=12034.
Bluebook style
Learning Haskell with Chess, https://wiki.haskell.org/index.php?title=Learning_Haskell_with_Chess&oldid=12034 (last visited January 28, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Learning Haskell with Chess --- HaskellWiki{,} ", year = "2008", url = "https://wiki.haskell.org/index.php?title=Learning_Haskell_with_Chess&oldid=12034", note = "[Online; accessed 28-January-2021]" }
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 = "Learning Haskell with Chess --- HaskellWiki{,} ", year = "2008", url = "\url{https://wiki.haskell.org/index.php?title=Learning_Haskell_with_Chess&oldid=12034}", note = "[Online; accessed 28-January-2021]" }