Cite This Page
Bibliographic details for Guí de Haskell para autoestopistas
- Page name: Guí de Haskell para autoestopistas
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 31 October 2006 01:13 UTC
- Date retrieved: 9 March 2021 07:47 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Gu%C3%AD_de_Haskell_para_autoestopistas&oldid=7035
- Page Version ID: 7035
Citation styles for Guí de Haskell para autoestopistas
APA style
Guí de Haskell para autoestopistas. (2006, October 31). HaskellWiki, . Retrieved 07:47, March 9, 2021 from https://wiki.haskell.org/index.php?title=Gu%C3%AD_de_Haskell_para_autoestopistas&oldid=7035.
MLA style
"Guí de Haskell para autoestopistas." HaskellWiki, . 31 Oct 2006, 01:13 UTC. 9 Mar 2021, 07:47 <https://wiki.haskell.org/index.php?title=Gu%C3%AD_de_Haskell_para_autoestopistas&oldid=7035>.
MHRA style
HaskellWiki contributors, 'Guí de Haskell para autoestopistas', HaskellWiki, , 31 October 2006, 01:13 UTC, <https://wiki.haskell.org/index.php?title=Gu%C3%AD_de_Haskell_para_autoestopistas&oldid=7035> [accessed 9 March 2021]
Chicago style
HaskellWiki contributors, "Guí de Haskell para autoestopistas," HaskellWiki, , https://wiki.haskell.org/index.php?title=Gu%C3%AD_de_Haskell_para_autoestopistas&oldid=7035 (accessed March 9, 2021).
CBE/CSE style
HaskellWiki contributors. Guí de Haskell para autoestopistas [Internet]. HaskellWiki, ; 2006 Oct 31, 01:13 UTC [cited 2021 Mar 9]. Available from: https://wiki.haskell.org/index.php?title=Gu%C3%AD_de_Haskell_para_autoestopistas&oldid=7035.
Bluebook style
Guí de Haskell para autoestopistas, https://wiki.haskell.org/index.php?title=Gu%C3%AD_de_Haskell_para_autoestopistas&oldid=7035 (last visited March 9, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Guí de Haskell para autoestopistas --- HaskellWiki{,} ", year = "2006", url = "https://wiki.haskell.org/index.php?title=Gu%C3%AD_de_Haskell_para_autoestopistas&oldid=7035", note = "[Online; accessed 9-March-2021]" }
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 = "Guí de Haskell para autoestopistas --- HaskellWiki{,} ", year = "2006", url = "\url{https://wiki.haskell.org/index.php?title=Gu%C3%AD_de_Haskell_para_autoestopistas&oldid=7035}", note = "[Online; accessed 9-March-2021]" }