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