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