Cite This Page
Bibliographic details for Haskell in 5 steps
- Page name: Haskell in 5 steps
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 9 December 2007 05:23 UTC
- Date retrieved: 2 July 2022 08:15 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Haskell_in_5_steps&oldid=17278
- Page Version ID: 17278
Citation styles for Haskell in 5 steps
APA style
Haskell in 5 steps. (2007, December 9). HaskellWiki, . Retrieved 08:15, July 2, 2022 from https://wiki.haskell.org/index.php?title=Haskell_in_5_steps&oldid=17278.
MLA style
"Haskell in 5 steps." HaskellWiki, . 9 Dec 2007, 05:23 UTC. 2 Jul 2022, 08:15 <https://wiki.haskell.org/index.php?title=Haskell_in_5_steps&oldid=17278>.
MHRA style
HaskellWiki contributors, 'Haskell in 5 steps', HaskellWiki, , 9 December 2007, 05:23 UTC, <https://wiki.haskell.org/index.php?title=Haskell_in_5_steps&oldid=17278> [accessed 2 July 2022]
Chicago style
HaskellWiki contributors, "Haskell in 5 steps," HaskellWiki, , https://wiki.haskell.org/index.php?title=Haskell_in_5_steps&oldid=17278 (accessed July 2, 2022).
CBE/CSE style
HaskellWiki contributors. Haskell in 5 steps [Internet]. HaskellWiki, ; 2007 Dec 9, 05:23 UTC [cited 2022 Jul 2]. Available from: https://wiki.haskell.org/index.php?title=Haskell_in_5_steps&oldid=17278.
Bluebook style
Haskell in 5 steps, https://wiki.haskell.org/index.php?title=Haskell_in_5_steps&oldid=17278 (last visited July 2, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Haskell in 5 steps --- HaskellWiki{,} ", year = "2007", url = "https://wiki.haskell.org/index.php?title=Haskell_in_5_steps&oldid=17278", note = "[Online; accessed 2-July-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 = "Haskell in 5 steps --- HaskellWiki{,} ", year = "2007", url = "\url{https://wiki.haskell.org/index.php?title=Haskell_in_5_steps&oldid=17278}", note = "[Online; accessed 2-July-2022]" }