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