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: 28 July 2010 08:22 UTC
- Date retrieved: 2 July 2022 00:16 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=36365
- Page Version ID: 36365
Citation styles for Hitchhikers guide to Haskell
APA style
Hitchhikers guide to Haskell. (2010, July 28). HaskellWiki, . Retrieved 00:16, July 2, 2022 from https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=36365.
MLA style
"Hitchhikers guide to Haskell." HaskellWiki, . 28 Jul 2010, 08:22 UTC. 2 Jul 2022, 00:16 <https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=36365>.
MHRA style
HaskellWiki contributors, 'Hitchhikers guide to Haskell', HaskellWiki, , 28 July 2010, 08:22 UTC, <https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=36365> [accessed 2 July 2022]
Chicago style
HaskellWiki contributors, "Hitchhikers guide to Haskell," HaskellWiki, , https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=36365 (accessed July 2, 2022).
CBE/CSE style
HaskellWiki contributors. Hitchhikers guide to Haskell [Internet]. HaskellWiki, ; 2010 Jul 28, 08:22 UTC [cited 2022 Jul 2]. Available from: https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=36365.
Bluebook style
Hitchhikers guide to Haskell, https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=36365 (last visited July 2, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Hitchhikers guide to Haskell --- HaskellWiki{,} ", year = "2010", url = "https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=36365", 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 = "Hitchhikers guide to Haskell --- HaskellWiki{,} ", year = "2010", url = "\url{https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=36365}", note = "[Online; accessed 2-July-2022]" }