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