Cite This Page
Bibliographic details for IO inside
- Page name: IO inside
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 9 December 2007 05:32 UTC
- Date retrieved: 2 July 2022 22:47 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=IO_inside&oldid=17279
- Page Version ID: 17279
Citation styles for IO inside
APA style
IO inside. (2007, December 9). HaskellWiki, . Retrieved 22:47, July 2, 2022 from https://wiki.haskell.org/index.php?title=IO_inside&oldid=17279.
MLA style
"IO inside." HaskellWiki, . 9 Dec 2007, 05:32 UTC. 2 Jul 2022, 22:47 <https://wiki.haskell.org/index.php?title=IO_inside&oldid=17279>.
MHRA style
HaskellWiki contributors, 'IO inside', HaskellWiki, , 9 December 2007, 05:32 UTC, <https://wiki.haskell.org/index.php?title=IO_inside&oldid=17279> [accessed 2 July 2022]
Chicago style
HaskellWiki contributors, "IO inside," HaskellWiki, , https://wiki.haskell.org/index.php?title=IO_inside&oldid=17279 (accessed July 2, 2022).
CBE/CSE style
HaskellWiki contributors. IO inside [Internet]. HaskellWiki, ; 2007 Dec 9, 05:32 UTC [cited 2022 Jul 2]. Available from: https://wiki.haskell.org/index.php?title=IO_inside&oldid=17279.
Bluebook style
IO inside, https://wiki.haskell.org/index.php?title=IO_inside&oldid=17279 (last visited July 2, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "IO inside --- HaskellWiki{,} ", year = "2007", url = "https://wiki.haskell.org/index.php?title=IO_inside&oldid=17279", note = "[Online; accessed 2-July-2022]" }
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 inside --- HaskellWiki{,} ", year = "2007", url = "\url{https://wiki.haskell.org/index.php?title=IO_inside&oldid=17279}", note = "[Online; accessed 2-July-2022]" }