Cite This Page
Bibliographic details for IO tutorials timeline
- Page name: IO tutorials timeline
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 27 September 2024 16:00 UTC
- Date retrieved: 23 April 2025 05:55 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=IO_tutorials_timeline&oldid=66777
- Page Version ID: 66777
Citation styles for IO tutorials timeline
APA style
IO tutorials timeline. (2024, September 27). HaskellWiki. Retrieved 05:55, April 23, 2025 from https://wiki.haskell.org/index.php?title=IO_tutorials_timeline&oldid=66777.
MLA style
"IO tutorials timeline." HaskellWiki. 27 Sep 2024, 16:00 UTC. 23 Apr 2025, 05:55 <https://wiki.haskell.org/index.php?title=IO_tutorials_timeline&oldid=66777>.
MHRA style
HaskellWiki contributors, 'IO tutorials timeline', HaskellWiki, 27 September 2024, 16:00 UTC, <https://wiki.haskell.org/index.php?title=IO_tutorials_timeline&oldid=66777> [accessed 23 April 2025]
Chicago style
HaskellWiki contributors, "IO tutorials timeline," HaskellWiki, https://wiki.haskell.org/index.php?title=IO_tutorials_timeline&oldid=66777 (accessed April 23, 2025).
CBE/CSE style
HaskellWiki contributors. IO tutorials timeline [Internet]. HaskellWiki; 2024 Sep 27, 16:00 UTC [cited 2025 Apr 23]. Available from: https://wiki.haskell.org/index.php?title=IO_tutorials_timeline&oldid=66777.
Bluebook style
IO tutorials timeline, https://wiki.haskell.org/index.php?title=IO_tutorials_timeline&oldid=66777 (last visited April 23, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "IO tutorials timeline --- HaskellWiki{,} ", year = "2024", url = "https://wiki.haskell.org/index.php?title=IO_tutorials_timeline&oldid=66777", note = "[Online; accessed 23-April-2025]" }
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 tutorials timeline --- HaskellWiki{,} ", year = "2024", url = "\url{https://wiki.haskell.org/index.php?title=IO_tutorials_timeline&oldid=66777}", note = "[Online; accessed 23-April-2025]" }