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: 12 June 2023 09:15 UTC
- Date retrieved: 11 October 2024 12:52 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66342
- Page Version ID: 66342
Citation styles for The I/O problem
APA style
The I/O problem. (2023, June 12). HaskellWiki, . Retrieved 12:52, October 11, 2024 from https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66342.
MLA style
"The I/O problem." HaskellWiki, . 12 Jun 2023, 09:15 UTC. 11 Oct 2024, 12:52 <https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66342>.
MHRA style
HaskellWiki contributors, 'The I/O problem', HaskellWiki, , 12 June 2023, 09:15 UTC, <https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66342> [accessed 11 October 2024]
Chicago style
HaskellWiki contributors, "The I/O problem," HaskellWiki, , https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66342 (accessed October 11, 2024).
CBE/CSE style
HaskellWiki contributors. The I/O problem [Internet]. HaskellWiki, ; 2023 Jun 12, 09:15 UTC [cited 2024 Oct 11]. Available from: https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66342.
Bluebook style
The I/O problem, https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66342 (last visited October 11, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "The I/O problem --- HaskellWiki{,} ", year = "2023", url = "https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66342", note = "[Online; accessed 11-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 = "2023", url = "\url{https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=66342}", note = "[Online; accessed 11-October-2024]" }