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