Cite This Page
Bibliographic details for Hitchhikers Guide to the Haskell
- Page name: Hitchhikers Guide to the Haskell
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 3 March 2006 17:50 UTC
- Date retrieved: 3 October 2023 08:07 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Hitchhikers_Guide_to_the_Haskell&oldid=2782
- Page Version ID: 2782
Citation styles for Hitchhikers Guide to the Haskell
APA style
Hitchhikers Guide to the Haskell. (2006, March 3). HaskellWiki, . Retrieved 08:07, October 3, 2023 from https://wiki.haskell.org/index.php?title=Hitchhikers_Guide_to_the_Haskell&oldid=2782.
MLA style
"Hitchhikers Guide to the Haskell." HaskellWiki, . 3 Mar 2006, 17:50 UTC. 3 Oct 2023, 08:07 <https://wiki.haskell.org/index.php?title=Hitchhikers_Guide_to_the_Haskell&oldid=2782>.
MHRA style
HaskellWiki contributors, 'Hitchhikers Guide to the Haskell', HaskellWiki, , 3 March 2006, 17:50 UTC, <https://wiki.haskell.org/index.php?title=Hitchhikers_Guide_to_the_Haskell&oldid=2782> [accessed 3 October 2023]
Chicago style
HaskellWiki contributors, "Hitchhikers Guide to the Haskell," HaskellWiki, , https://wiki.haskell.org/index.php?title=Hitchhikers_Guide_to_the_Haskell&oldid=2782 (accessed October 3, 2023).
CBE/CSE style
HaskellWiki contributors. Hitchhikers Guide to the Haskell [Internet]. HaskellWiki, ; 2006 Mar 3, 17:50 UTC [cited 2023 Oct 3]. Available from: https://wiki.haskell.org/index.php?title=Hitchhikers_Guide_to_the_Haskell&oldid=2782.
Bluebook style
Hitchhikers Guide to the Haskell, https://wiki.haskell.org/index.php?title=Hitchhikers_Guide_to_the_Haskell&oldid=2782 (last visited October 3, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Hitchhikers Guide to the Haskell --- HaskellWiki{,} ", year = "2006", url = "https://wiki.haskell.org/index.php?title=Hitchhikers_Guide_to_the_Haskell&oldid=2782", note = "[Online; accessed 3-October-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 the Haskell --- HaskellWiki{,} ", year = "2006", url = "\url{https://wiki.haskell.org/index.php?title=Hitchhikers_Guide_to_the_Haskell&oldid=2782}", note = "[Online; accessed 3-October-2023]" }