Cite This Page
Bibliographic details for The I/O problem
- Page name: The I/O problem
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 15 July 2024 22:00 UTC
- Date retrieved: 23 January 2025 10:59 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66689
- Page Version ID: 66689
Citation styles for The I/O problem
APA style
The I/O problem. (2024, July 15). HaskellWiki. Retrieved 10:59, January 23, 2025 from https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66689.
MLA style
"The I/O problem." HaskellWiki. 15 Jul 2024, 22:00 UTC. 23 Jan 2025, 10:59 <https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66689>.
MHRA style
HaskellWiki contributors, 'The I/O problem', HaskellWiki, 15 July 2024, 22:00 UTC, <https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66689> [accessed 23 January 2025]
Chicago style
HaskellWiki contributors, "The I/O problem," HaskellWiki, https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66689 (accessed January 23, 2025).
CBE/CSE style
HaskellWiki contributors. The I/O problem [Internet]. HaskellWiki; 2024 Jul 15, 22:00 UTC [cited 2025 Jan 23]. Available from: https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66689.
Bluebook style
The I/O problem, https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66689 (last visited January 23, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "The I/O problem --- HaskellWiki{,} ", year = "2024", url = "https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66689", note = "[Online; accessed 23-January-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 = "The I/O problem --- HaskellWiki{,} ", year = "2024", url = "\url{https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66689}", note = "[Online; accessed 23-January-2025]" }