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