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