Cite This Page
Bibliographic details for Avoiding IO
- Page name: Avoiding IO
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 6 April 2022 22:52 UTC
- Date retrieved: 16 January 2025 19:42 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Avoiding_IO&oldid=65077
- Page Version ID: 65077
Citation styles for Avoiding IO
APA style
Avoiding IO. (2022, April 6). HaskellWiki. Retrieved 19:42, January 16, 2025 from https://wiki.haskell.org/index.php?title=Avoiding_IO&oldid=65077.
MLA style
"Avoiding IO." HaskellWiki. 6 Apr 2022, 22:52 UTC. 16 Jan 2025, 19:42 <https://wiki.haskell.org/index.php?title=Avoiding_IO&oldid=65077>.
MHRA style
HaskellWiki contributors, 'Avoiding IO', HaskellWiki, 6 April 2022, 22:52 UTC, <https://wiki.haskell.org/index.php?title=Avoiding_IO&oldid=65077> [accessed 16 January 2025]
Chicago style
HaskellWiki contributors, "Avoiding IO," HaskellWiki, https://wiki.haskell.org/index.php?title=Avoiding_IO&oldid=65077 (accessed January 16, 2025).
CBE/CSE style
HaskellWiki contributors. Avoiding IO [Internet]. HaskellWiki; 2022 Apr 6, 22:52 UTC [cited 2025 Jan 16]. Available from: https://wiki.haskell.org/index.php?title=Avoiding_IO&oldid=65077.
Bluebook style
Avoiding IO, https://wiki.haskell.org/index.php?title=Avoiding_IO&oldid=65077 (last visited January 16, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Avoiding IO --- HaskellWiki{,} ", year = "2022", url = "https://wiki.haskell.org/index.php?title=Avoiding_IO&oldid=65077", note = "[Online; accessed 16-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 = "Avoiding IO --- HaskellWiki{,} ", year = "2022", url = "\url{https://wiki.haskell.org/index.php?title=Avoiding_IO&oldid=65077}", note = "[Online; accessed 16-January-2025]" }