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