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