Cite This Page
Bibliographic details for 99 questions/Solutions/17
- Page name: 99 questions/Solutions/17
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 10 March 2019 21:07 UTC
- Date retrieved: 26 May 2022 12:45 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=99_questions/Solutions/17&oldid=62813
- Page Version ID: 62813
Citation styles for 99 questions/Solutions/17
APA style
99 questions/Solutions/17. (2019, March 10). HaskellWiki, . Retrieved 12:45, May 26, 2022 from https://wiki.haskell.org/index.php?title=99_questions/Solutions/17&oldid=62813.
MLA style
"99 questions/Solutions/17." HaskellWiki, . 10 Mar 2019, 21:07 UTC. 26 May 2022, 12:45 <https://wiki.haskell.org/index.php?title=99_questions/Solutions/17&oldid=62813>.
MHRA style
HaskellWiki contributors, '99 questions/Solutions/17', HaskellWiki, , 10 March 2019, 21:07 UTC, <https://wiki.haskell.org/index.php?title=99_questions/Solutions/17&oldid=62813> [accessed 26 May 2022]
Chicago style
HaskellWiki contributors, "99 questions/Solutions/17," HaskellWiki, , https://wiki.haskell.org/index.php?title=99_questions/Solutions/17&oldid=62813 (accessed May 26, 2022).
CBE/CSE style
HaskellWiki contributors. 99 questions/Solutions/17 [Internet]. HaskellWiki, ; 2019 Mar 10, 21:07 UTC [cited 2022 May 26]. Available from: https://wiki.haskell.org/index.php?title=99_questions/Solutions/17&oldid=62813.
Bluebook style
99 questions/Solutions/17, https://wiki.haskell.org/index.php?title=99_questions/Solutions/17&oldid=62813 (last visited May 26, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "99 questions/Solutions/17 --- HaskellWiki{,} ", year = "2019", url = "https://wiki.haskell.org/index.php?title=99_questions/Solutions/17&oldid=62813", note = "[Online; accessed 26-May-2022]" }
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/17 --- HaskellWiki{,} ", year = "2019", url = "\url{https://wiki.haskell.org/index.php?title=99_questions/Solutions/17&oldid=62813}", note = "[Online; accessed 26-May-2022]" }