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