Cite This Page
Bibliographic details for IO then abstraction
- Page name: IO then abstraction
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 24 December 2021 01:08 UTC
- Date retrieved: 22 May 2022 04:55 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=IO_then_abstraction&oldid=64913
- Page Version ID: 64913
Citation styles for IO then abstraction
APA style
IO then abstraction. (2021, December 24). HaskellWiki, . Retrieved 04:55, May 22, 2022 from https://wiki.haskell.org/index.php?title=IO_then_abstraction&oldid=64913.
MLA style
"IO then abstraction." HaskellWiki, . 24 Dec 2021, 01:08 UTC. 22 May 2022, 04:55 <https://wiki.haskell.org/index.php?title=IO_then_abstraction&oldid=64913>.
MHRA style
HaskellWiki contributors, 'IO then abstraction', HaskellWiki, , 24 December 2021, 01:08 UTC, <https://wiki.haskell.org/index.php?title=IO_then_abstraction&oldid=64913> [accessed 22 May 2022]
Chicago style
HaskellWiki contributors, "IO then abstraction," HaskellWiki, , https://wiki.haskell.org/index.php?title=IO_then_abstraction&oldid=64913 (accessed May 22, 2022).
CBE/CSE style
HaskellWiki contributors. IO then abstraction [Internet]. HaskellWiki, ; 2021 Dec 24, 01:08 UTC [cited 2022 May 22]. Available from: https://wiki.haskell.org/index.php?title=IO_then_abstraction&oldid=64913.
Bluebook style
IO then abstraction, https://wiki.haskell.org/index.php?title=IO_then_abstraction&oldid=64913 (last visited May 22, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "IO then abstraction --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=IO_then_abstraction&oldid=64913", note = "[Online; accessed 22-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 then abstraction --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=IO_then_abstraction&oldid=64913}", note = "[Online; accessed 22-May-2022]" }