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: 27 December 2022 12:22 UTC
- Date retrieved: 31 March 2023 14:10 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=65489
- Page Version ID: 65489
Citation styles for The I/O problem
APA style
The I/O problem. (2022, December 27). HaskellWiki, . Retrieved 14:10, March 31, 2023 from https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=65489.
MLA style
"The I/O problem." HaskellWiki, . 27 Dec 2022, 12:22 UTC. 31 Mar 2023, 14:10 <https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=65489>.
MHRA style
HaskellWiki contributors, 'The I/O problem', HaskellWiki, , 27 December 2022, 12:22 UTC, <https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=65489> [accessed 31 March 2023]
Chicago style
HaskellWiki contributors, "The I/O problem," HaskellWiki, , https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=65489 (accessed March 31, 2023).
CBE/CSE style
HaskellWiki contributors. The I/O problem [Internet]. HaskellWiki, ; 2022 Dec 27, 12:22 UTC [cited 2023 Mar 31]. Available from: https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=65489.
Bluebook style
The I/O problem, https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=65489 (last visited March 31, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "The I/O problem --- HaskellWiki{,} ", year = "2022", url = "https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=65489", note = "[Online; accessed 31-March-2023]" }
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 = "2022", url = "\url{https://wiki.haskell.org/index.php?title=The_I/O_problem&oldid=65489}", note = "[Online; accessed 31-March-2023]" }