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