Cite This Page
Bibliographic details for Solution4.html
- Page name: Solution4.html
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 9 April 2021 08:45 UTC
- Date retrieved: 30 January 2023 01:31 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Solution4.html&oldid=64174
- Page Version ID: 64174
Citation styles for Solution4.html
APA style
Solution4.html. (2021, April 9). HaskellWiki, . Retrieved 01:31, January 30, 2023 from https://wiki.haskell.org/index.php?title=Solution4.html&oldid=64174.
MLA style
"Solution4.html." HaskellWiki, . 9 Apr 2021, 08:45 UTC. 30 Jan 2023, 01:31 <https://wiki.haskell.org/index.php?title=Solution4.html&oldid=64174>.
MHRA style
HaskellWiki contributors, 'Solution4.html', HaskellWiki, , 9 April 2021, 08:45 UTC, <https://wiki.haskell.org/index.php?title=Solution4.html&oldid=64174> [accessed 30 January 2023]
Chicago style
HaskellWiki contributors, "Solution4.html," HaskellWiki, , https://wiki.haskell.org/index.php?title=Solution4.html&oldid=64174 (accessed January 30, 2023).
CBE/CSE style
HaskellWiki contributors. Solution4.html [Internet]. HaskellWiki, ; 2021 Apr 9, 08:45 UTC [cited 2023 Jan 30]. Available from: https://wiki.haskell.org/index.php?title=Solution4.html&oldid=64174.
Bluebook style
Solution4.html, https://wiki.haskell.org/index.php?title=Solution4.html&oldid=64174 (last visited January 30, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Solution4.html --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Solution4.html&oldid=64174", note = "[Online; accessed 30-January-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 = "Solution4.html --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Solution4.html&oldid=64174}", note = "[Online; accessed 30-January-2023]" }