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