Cite This Page
Bibliographic details for 99 questions/Solutions/63
- Page name: 99 questions/Solutions/63
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 10 January 2017 03:41 UTC
- Date retrieved: 28 January 2021 10:17 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=99_questions/Solutions/63&oldid=44271
- Page Version ID: 44271
Citation styles for 99 questions/Solutions/63
APA style
99 questions/Solutions/63. (2017, January 10). HaskellWiki, . Retrieved 10:17, January 28, 2021 from https://wiki.haskell.org/index.php?title=99_questions/Solutions/63&oldid=44271.
MLA style
"99 questions/Solutions/63." HaskellWiki, . 10 Jan 2017, 03:41 UTC. 28 Jan 2021, 10:17 <https://wiki.haskell.org/index.php?title=99_questions/Solutions/63&oldid=44271>.
MHRA style
HaskellWiki contributors, '99 questions/Solutions/63', HaskellWiki, , 10 January 2017, 03:41 UTC, <https://wiki.haskell.org/index.php?title=99_questions/Solutions/63&oldid=44271> [accessed 28 January 2021]
Chicago style
HaskellWiki contributors, "99 questions/Solutions/63," HaskellWiki, , https://wiki.haskell.org/index.php?title=99_questions/Solutions/63&oldid=44271 (accessed January 28, 2021).
CBE/CSE style
HaskellWiki contributors. 99 questions/Solutions/63 [Internet]. HaskellWiki, ; 2017 Jan 10, 03:41 UTC [cited 2021 Jan 28]. Available from: https://wiki.haskell.org/index.php?title=99_questions/Solutions/63&oldid=44271.
Bluebook style
99 questions/Solutions/63, https://wiki.haskell.org/index.php?title=99_questions/Solutions/63&oldid=44271 (last visited January 28, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "99 questions/Solutions/63 --- HaskellWiki{,} ", year = "2017", url = "https://wiki.haskell.org/index.php?title=99_questions/Solutions/63&oldid=44271", 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 = "99 questions/Solutions/63 --- HaskellWiki{,} ", year = "2017", url = "\url{https://wiki.haskell.org/index.php?title=99_questions/Solutions/63&oldid=44271}", note = "[Online; accessed 28-January-2021]" }