Cite This Page
Bibliographic details for IO inside
- Page name: IO inside
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 8 January 2022 04:58 UTC
- Date retrieved: 25 May 2022 17:02 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=IO_inside&oldid=64929
- Page Version ID: 64929
Citation styles for IO inside
APA style
IO inside. (2022, January 8). HaskellWiki, . Retrieved 17:02, May 25, 2022 from https://wiki.haskell.org/index.php?title=IO_inside&oldid=64929.
MLA style
"IO inside." HaskellWiki, . 8 Jan 2022, 04:58 UTC. 25 May 2022, 17:02 <https://wiki.haskell.org/index.php?title=IO_inside&oldid=64929>.
MHRA style
HaskellWiki contributors, 'IO inside', HaskellWiki, , 8 January 2022, 04:58 UTC, <https://wiki.haskell.org/index.php?title=IO_inside&oldid=64929> [accessed 25 May 2022]
Chicago style
HaskellWiki contributors, "IO inside," HaskellWiki, , https://wiki.haskell.org/index.php?title=IO_inside&oldid=64929 (accessed May 25, 2022).
CBE/CSE style
HaskellWiki contributors. IO inside [Internet]. HaskellWiki, ; 2022 Jan 8, 04:58 UTC [cited 2022 May 25]. Available from: https://wiki.haskell.org/index.php?title=IO_inside&oldid=64929.
Bluebook style
IO inside, https://wiki.haskell.org/index.php?title=IO_inside&oldid=64929 (last visited May 25, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "IO inside --- HaskellWiki{,} ", year = "2022", url = "https://wiki.haskell.org/index.php?title=IO_inside&oldid=64929", note = "[Online; accessed 25-May-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 = "2022", url = "\url{https://wiki.haskell.org/index.php?title=IO_inside&oldid=64929}", note = "[Online; accessed 25-May-2022]" }