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: 16 September 2024 10:44 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 10:44, September 16, 2024 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. 16 Sep 2024, 10:44 <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 16 September 2024]
Chicago style
HaskellWiki contributors, "99 questions/Solutions/28," HaskellWiki, , https://wiki.haskell.org/index.php?title=99_questions/Solutions/28&oldid=60011 (accessed September 16, 2024).
CBE/CSE style
HaskellWiki contributors. 99 questions/Solutions/28 [Internet]. HaskellWiki, ; 2015 Aug 27, 20:33 UTC [cited 2024 Sep 16]. 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 16, 2024).
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 16-September-2024]" }
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 16-September-2024]" }