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