Cite This Page
Bibliographic details for How to get rid of IO
- Page name: How to get rid of IO
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 6 April 2022 05:08 UTC
- Date retrieved: 23 March 2023 15:46 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=How_to_get_rid_of_IO&oldid=65070
- Page Version ID: 65070
Citation styles for How to get rid of IO
APA style
How to get rid of IO. (2022, April 6). HaskellWiki, . Retrieved 15:46, March 23, 2023 from https://wiki.haskell.org/index.php?title=How_to_get_rid_of_IO&oldid=65070.
MLA style
"How to get rid of IO." HaskellWiki, . 6 Apr 2022, 05:08 UTC. 23 Mar 2023, 15:46 <https://wiki.haskell.org/index.php?title=How_to_get_rid_of_IO&oldid=65070>.
MHRA style
HaskellWiki contributors, 'How to get rid of IO', HaskellWiki, , 6 April 2022, 05:08 UTC, <https://wiki.haskell.org/index.php?title=How_to_get_rid_of_IO&oldid=65070> [accessed 23 March 2023]
Chicago style
HaskellWiki contributors, "How to get rid of IO," HaskellWiki, , https://wiki.haskell.org/index.php?title=How_to_get_rid_of_IO&oldid=65070 (accessed March 23, 2023).
CBE/CSE style
HaskellWiki contributors. How to get rid of IO [Internet]. HaskellWiki, ; 2022 Apr 6, 05:08 UTC [cited 2023 Mar 23]. Available from: https://wiki.haskell.org/index.php?title=How_to_get_rid_of_IO&oldid=65070.
Bluebook style
How to get rid of IO, https://wiki.haskell.org/index.php?title=How_to_get_rid_of_IO&oldid=65070 (last visited March 23, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "How to get rid of IO --- HaskellWiki{,} ", year = "2022", url = "https://wiki.haskell.org/index.php?title=How_to_get_rid_of_IO&oldid=65070", note = "[Online; accessed 23-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 = "How to get rid of IO --- HaskellWiki{,} ", year = "2022", url = "\url{https://wiki.haskell.org/index.php?title=How_to_get_rid_of_IO&oldid=65070}", note = "[Online; accessed 23-March-2023]" }