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