Cite This Page
Bibliographic details for Introduction to Haskell IO
- Page name: Introduction to Haskell IO
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 10 November 2020 07:20 UTC
- Date retrieved: 13 August 2022 21:23 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Introduction_to_Haskell_IO&oldid=63494
- Page Version ID: 63494
Citation styles for Introduction to Haskell IO
APA style
Introduction to Haskell IO. (2020, November 10). HaskellWiki, . Retrieved 21:23, August 13, 2022 from https://wiki.haskell.org/index.php?title=Introduction_to_Haskell_IO&oldid=63494.
MLA style
"Introduction to Haskell IO." HaskellWiki, . 10 Nov 2020, 07:20 UTC. 13 Aug 2022, 21:23 <https://wiki.haskell.org/index.php?title=Introduction_to_Haskell_IO&oldid=63494>.
MHRA style
HaskellWiki contributors, 'Introduction to Haskell IO', HaskellWiki, , 10 November 2020, 07:20 UTC, <https://wiki.haskell.org/index.php?title=Introduction_to_Haskell_IO&oldid=63494> [accessed 13 August 2022]
Chicago style
HaskellWiki contributors, "Introduction to Haskell IO," HaskellWiki, , https://wiki.haskell.org/index.php?title=Introduction_to_Haskell_IO&oldid=63494 (accessed August 13, 2022).
CBE/CSE style
HaskellWiki contributors. Introduction to Haskell IO [Internet]. HaskellWiki, ; 2020 Nov 10, 07:20 UTC [cited 2022 Aug 13]. Available from: https://wiki.haskell.org/index.php?title=Introduction_to_Haskell_IO&oldid=63494.
Bluebook style
Introduction to Haskell IO, https://wiki.haskell.org/index.php?title=Introduction_to_Haskell_IO&oldid=63494 (last visited August 13, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Introduction to Haskell IO --- HaskellWiki{,} ", year = "2020", url = "https://wiki.haskell.org/index.php?title=Introduction_to_Haskell_IO&oldid=63494", note = "[Online; accessed 13-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 = "Introduction to Haskell IO --- HaskellWiki{,} ", year = "2020", url = "\url{https://wiki.haskell.org/index.php?title=Introduction_to_Haskell_IO&oldid=63494}", note = "[Online; accessed 13-August-2022]" }