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