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