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: 28 September 2023 14:14 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 14:14, September 28, 2023 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. 28 Sep 2023, 14:14 <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 28 September 2023]
Chicago style
HaskellWiki contributors, "IO at work," HaskellWiki, , https://wiki.haskell.org/index.php?title=IO_at_work&oldid=65089 (accessed September 28, 2023).
CBE/CSE style
HaskellWiki contributors. IO at work [Internet]. HaskellWiki, ; 2022 Apr 22, 04:08 UTC [cited 2023 Sep 28]. 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 September 28, 2023).
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 28-September-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 = "IO at work --- HaskellWiki{,} ", year = "2022", url = "\url{https://wiki.haskell.org/index.php?title=IO_at_work&oldid=65089}", note = "[Online; accessed 28-September-2023]" }