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