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: 14 December 2007 07:12 UTC
- Date retrieved: 9 August 2022 23:33 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Haskell_in_5_steps&oldid=17480
- Page Version ID: 17480
Citation styles for Haskell in 5 steps
APA style
Haskell in 5 steps. (2007, December 14). HaskellWiki, . Retrieved 23:33, August 9, 2022 from https://wiki.haskell.org/index.php?title=Haskell_in_5_steps&oldid=17480.
MLA style
"Haskell in 5 steps." HaskellWiki, . 14 Dec 2007, 07:12 UTC. 9 Aug 2022, 23:33 <https://wiki.haskell.org/index.php?title=Haskell_in_5_steps&oldid=17480>.
MHRA style
HaskellWiki contributors, 'Haskell in 5 steps', HaskellWiki, , 14 December 2007, 07:12 UTC, <https://wiki.haskell.org/index.php?title=Haskell_in_5_steps&oldid=17480> [accessed 9 August 2022]
Chicago style
HaskellWiki contributors, "Haskell in 5 steps," HaskellWiki, , https://wiki.haskell.org/index.php?title=Haskell_in_5_steps&oldid=17480 (accessed August 9, 2022).
CBE/CSE style
HaskellWiki contributors. Haskell in 5 steps [Internet]. HaskellWiki, ; 2007 Dec 14, 07:12 UTC [cited 2022 Aug 9]. Available from: https://wiki.haskell.org/index.php?title=Haskell_in_5_steps&oldid=17480.
Bluebook style
Haskell in 5 steps, https://wiki.haskell.org/index.php?title=Haskell_in_5_steps&oldid=17480 (last visited August 9, 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=17480", note = "[Online; accessed 9-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 = "Haskell in 5 steps --- HaskellWiki{,} ", year = "2007", url = "\url{https://wiki.haskell.org/index.php?title=Haskell_in_5_steps&oldid=17480}", note = "[Online; accessed 9-August-2022]" }