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: 8 February 2024 22:02 UTC
- Date retrieved: 31 October 2024 23:20 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66513
- Page Version ID: 66513
Citation styles for The I/O problem
APA style
The I/O problem. (2024, February 8). HaskellWiki, . Retrieved 23:20, October 31, 2024 from https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66513.
MLA style
"The I/O problem." HaskellWiki, . 8 Feb 2024, 22:02 UTC. 31 Oct 2024, 23:20 <https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66513>.
MHRA style
HaskellWiki contributors, 'The I/O problem', HaskellWiki, , 8 February 2024, 22:02 UTC, <https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66513> [accessed 31 October 2024]
Chicago style
HaskellWiki contributors, "The I/O problem," HaskellWiki, , https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66513 (accessed October 31, 2024).
CBE/CSE style
HaskellWiki contributors. The I/O problem [Internet]. HaskellWiki, ; 2024 Feb 8, 22:02 UTC [cited 2024 Oct 31]. Available from: https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66513.
Bluebook style
The I/O problem, https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66513 (last visited October 31, 2024).
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=66513", note = "[Online; accessed 31-October-2024]" }
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=66513}", note = "[Online; accessed 31-October-2024]" }