Cite This Page
Bibliographic details for InterfacingOtherLanguages
- Page name: InterfacingOtherLanguages
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 22 March 2006 21:37 UTC
- Date retrieved: 4 July 2022 23:04 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=InterfacingOtherLanguages&oldid=3184
- Page Version ID: 3184
Citation styles for InterfacingOtherLanguages
APA style
InterfacingOtherLanguages. (2006, March 22). HaskellWiki, . Retrieved 23:04, July 4, 2022 from https://wiki.haskell.org/index.php?title=InterfacingOtherLanguages&oldid=3184.
MLA style
"InterfacingOtherLanguages." HaskellWiki, . 22 Mar 2006, 21:37 UTC. 4 Jul 2022, 23:04 <https://wiki.haskell.org/index.php?title=InterfacingOtherLanguages&oldid=3184>.
MHRA style
HaskellWiki contributors, 'InterfacingOtherLanguages', HaskellWiki, , 22 March 2006, 21:37 UTC, <https://wiki.haskell.org/index.php?title=InterfacingOtherLanguages&oldid=3184> [accessed 4 July 2022]
Chicago style
HaskellWiki contributors, "InterfacingOtherLanguages," HaskellWiki, , https://wiki.haskell.org/index.php?title=InterfacingOtherLanguages&oldid=3184 (accessed July 4, 2022).
CBE/CSE style
HaskellWiki contributors. InterfacingOtherLanguages [Internet]. HaskellWiki, ; 2006 Mar 22, 21:37 UTC [cited 2022 Jul 4]. Available from: https://wiki.haskell.org/index.php?title=InterfacingOtherLanguages&oldid=3184.
Bluebook style
InterfacingOtherLanguages, https://wiki.haskell.org/index.php?title=InterfacingOtherLanguages&oldid=3184 (last visited July 4, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "InterfacingOtherLanguages --- HaskellWiki{,} ", year = "2006", url = "https://wiki.haskell.org/index.php?title=InterfacingOtherLanguages&oldid=3184", note = "[Online; accessed 4-July-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 = "InterfacingOtherLanguages --- HaskellWiki{,} ", year = "2006", url = "\url{https://wiki.haskell.org/index.php?title=InterfacingOtherLanguages&oldid=3184}", note = "[Online; accessed 4-July-2022]" }