Cite This Page
Bibliographic details for Solution3.html
- Page name: Solution3.html
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 21 September 2012 14:32 UTC
- Date retrieved: 3 March 2021 00:32 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Solution3.html&oldid=53943
- Page Version ID: 53943
Citation styles for Solution3.html
APA style
Solution3.html. (2012, September 21). HaskellWiki, . Retrieved 00:32, March 3, 2021 from https://wiki.haskell.org/index.php?title=Solution3.html&oldid=53943.
MLA style
"Solution3.html." HaskellWiki, . 21 Sep 2012, 14:32 UTC. 3 Mar 2021, 00:32 <https://wiki.haskell.org/index.php?title=Solution3.html&oldid=53943>.
MHRA style
HaskellWiki contributors, 'Solution3.html', HaskellWiki, , 21 September 2012, 14:32 UTC, <https://wiki.haskell.org/index.php?title=Solution3.html&oldid=53943> [accessed 3 March 2021]
Chicago style
HaskellWiki contributors, "Solution3.html," HaskellWiki, , https://wiki.haskell.org/index.php?title=Solution3.html&oldid=53943 (accessed March 3, 2021).
CBE/CSE style
HaskellWiki contributors. Solution3.html [Internet]. HaskellWiki, ; 2012 Sep 21, 14:32 UTC [cited 2021 Mar 3]. Available from: https://wiki.haskell.org/index.php?title=Solution3.html&oldid=53943.
Bluebook style
Solution3.html, https://wiki.haskell.org/index.php?title=Solution3.html&oldid=53943 (last visited March 3, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Solution3.html --- HaskellWiki{,} ", year = "2012", url = "https://wiki.haskell.org/index.php?title=Solution3.html&oldid=53943", note = "[Online; accessed 3-March-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 = "Solution3.html --- HaskellWiki{,} ", year = "2012", url = "\url{https://wiki.haskell.org/index.php?title=Solution3.html&oldid=53943}", note = "[Online; accessed 3-March-2021]" }