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