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