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