Cite This Page
Bibliographic details for Hitchhikers guide to Haskell
- Page name: Hitchhikers guide to Haskell
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 15 March 2006 18:59 UTC
- Date retrieved: 26 June 2022 10:45 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=2954
- Page Version ID: 2954
Citation styles for Hitchhikers guide to Haskell
APA style
Hitchhikers guide to Haskell. (2006, March 15). HaskellWiki, . Retrieved 10:45, June 26, 2022 from https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=2954.
MLA style
"Hitchhikers guide to Haskell." HaskellWiki, . 15 Mar 2006, 18:59 UTC. 26 Jun 2022, 10:45 <https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=2954>.
MHRA style
HaskellWiki contributors, 'Hitchhikers guide to Haskell', HaskellWiki, , 15 March 2006, 18:59 UTC, <https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=2954> [accessed 26 June 2022]
Chicago style
HaskellWiki contributors, "Hitchhikers guide to Haskell," HaskellWiki, , https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=2954 (accessed June 26, 2022).
CBE/CSE style
HaskellWiki contributors. Hitchhikers guide to Haskell [Internet]. HaskellWiki, ; 2006 Mar 15, 18:59 UTC [cited 2022 Jun 26]. Available from: https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=2954.
Bluebook style
Hitchhikers guide to Haskell, https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=2954 (last visited June 26, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Hitchhikers guide to Haskell --- HaskellWiki{,} ", year = "2006", url = "https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=2954", note = "[Online; accessed 26-June-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 = "Hitchhikers guide to Haskell --- HaskellWiki{,} ", year = "2006", url = "\url{https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=2954}", note = "[Online; accessed 26-June-2022]" }