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: 25 April 2006 18:58 UTC
- Date retrieved: 2 April 2023 12:50 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=3871
- Page Version ID: 3871
Citation styles for Hitchhikers guide to Haskell
APA style
Hitchhikers guide to Haskell. (2006, April 25). HaskellWiki, . Retrieved 12:50, April 2, 2023 from https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=3871.
MLA style
"Hitchhikers guide to Haskell." HaskellWiki, . 25 Apr 2006, 18:58 UTC. 2 Apr 2023, 12:50 <https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=3871>.
MHRA style
HaskellWiki contributors, 'Hitchhikers guide to Haskell', HaskellWiki, , 25 April 2006, 18:58 UTC, <https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=3871> [accessed 2 April 2023]
Chicago style
HaskellWiki contributors, "Hitchhikers guide to Haskell," HaskellWiki, , https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=3871 (accessed April 2, 2023).
CBE/CSE style
HaskellWiki contributors. Hitchhikers guide to Haskell [Internet]. HaskellWiki, ; 2006 Apr 25, 18:58 UTC [cited 2023 Apr 2]. Available from: https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=3871.
Bluebook style
Hitchhikers guide to Haskell, https://wiki.haskell.org/index.php?title=Hitchhikers_guide_to_Haskell&oldid=3871 (last visited April 2, 2023).
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=3871", note = "[Online; accessed 2-April-2023]" }
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=3871}", note = "[Online; accessed 2-April-2023]" }