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