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