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: 30 March 2011 22:34 UTC
- Date retrieved: 19 August 2022 01:12 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=39270
- Page Version ID: 39270
Citation styles for Hitchhikers guide to Haskell
APA style
Hitchhikers guide to Haskell. (2011, March 30). HaskellWiki, . Retrieved 01:12, August 19, 2022 from https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=39270.
MLA style
"Hitchhikers guide to Haskell." HaskellWiki, . 30 Mar 2011, 22:34 UTC. 19 Aug 2022, 01:12 <https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=39270>.
MHRA style
HaskellWiki contributors, 'Hitchhikers guide to Haskell', HaskellWiki, , 30 March 2011, 22:34 UTC, <https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=39270> [accessed 19 August 2022]
Chicago style
HaskellWiki contributors, "Hitchhikers guide to Haskell," HaskellWiki, , https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=39270 (accessed August 19, 2022).
CBE/CSE style
HaskellWiki contributors. Hitchhikers guide to Haskell [Internet]. HaskellWiki, ; 2011 Mar 30, 22:34 UTC [cited 2022 Aug 19]. Available from: https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=39270.
Bluebook style
Hitchhikers guide to Haskell, https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=39270 (last visited August 19, 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=39270", note = "[Online; accessed 19-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=39270}", note = "[Online; accessed 19-August-2022]" }