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: 5 June 2006 22:33 UTC
- Date retrieved: 4 July 2022 12:55 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=4242
- Page Version ID: 4242
Citation styles for Hitchhikers guide to Haskell
APA style
Hitchhikers guide to Haskell. (2006, June 5). HaskellWiki, . Retrieved 12:55, July 4, 2022 from https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=4242.
MLA style
"Hitchhikers guide to Haskell." HaskellWiki, . 5 Jun 2006, 22:33 UTC. 4 Jul 2022, 12:55 <https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=4242>.
MHRA style
HaskellWiki contributors, 'Hitchhikers guide to Haskell', HaskellWiki, , 5 June 2006, 22:33 UTC, <https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=4242> [accessed 4 July 2022]
Chicago style
HaskellWiki contributors, "Hitchhikers guide to Haskell," HaskellWiki, , https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=4242 (accessed July 4, 2022).
CBE/CSE style
HaskellWiki contributors. Hitchhikers guide to Haskell [Internet]. HaskellWiki, ; 2006 Jun 5, 22:33 UTC [cited 2022 Jul 4]. Available from: https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=4242.
Bluebook style
Hitchhikers guide to Haskell, https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=4242 (last visited July 4, 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=4242", note = "[Online; accessed 4-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 = "Hitchhikers guide to Haskell --- HaskellWiki{,} ", year = "2006", url = "\url{https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=4242}", note = "[Online; accessed 4-July-2022]" }