Cite This Page
Bibliographic details for 99 Haskell exercises
- Page name: 99 Haskell exercises
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 7 June 2023 23:04 UTC
- Date retrieved: 12 February 2025 13:41 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=99_Haskell_exercises&oldid=65698
- Page Version ID: 65698
Citation styles for 99 Haskell exercises
APA style
99 Haskell exercises. (2023, June 7). HaskellWiki. Retrieved 13:41, February 12, 2025 from https://wiki.haskell.org/index.php?title=99_Haskell_exercises&oldid=65698.
MLA style
"99 Haskell exercises." HaskellWiki. 7 Jun 2023, 23:04 UTC. 12 Feb 2025, 13:41 <https://wiki.haskell.org/index.php?title=99_Haskell_exercises&oldid=65698>.
MHRA style
HaskellWiki contributors, '99 Haskell exercises', HaskellWiki, 7 June 2023, 23:04 UTC, <https://wiki.haskell.org/index.php?title=99_Haskell_exercises&oldid=65698> [accessed 12 February 2025]
Chicago style
HaskellWiki contributors, "99 Haskell exercises," HaskellWiki, https://wiki.haskell.org/index.php?title=99_Haskell_exercises&oldid=65698 (accessed February 12, 2025).
CBE/CSE style
HaskellWiki contributors. 99 Haskell exercises [Internet]. HaskellWiki; 2023 Jun 7, 23:04 UTC [cited 2025 Feb 12]. Available from: https://wiki.haskell.org/index.php?title=99_Haskell_exercises&oldid=65698.
Bluebook style
99 Haskell exercises, https://wiki.haskell.org/index.php?title=99_Haskell_exercises&oldid=65698 (last visited February 12, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "99 Haskell exercises --- HaskellWiki{,} ", year = "2023", url = "https://wiki.haskell.org/index.php?title=99_Haskell_exercises&oldid=65698", note = "[Online; accessed 12-February-2025]" }
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 Haskell exercises --- HaskellWiki{,} ", year = "2023", url = "\url{https://wiki.haskell.org/index.php?title=99_Haskell_exercises&oldid=65698}", note = "[Online; accessed 12-February-2025]" }