Cite This Page
Bibliographic details for Foreign Function Interface
- Page name: Foreign Function Interface
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 14 November 2022 11:55 UTC
- Date retrieved: 27 September 2023 14:31 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Foreign_Function_Interface&oldid=65438
- Page Version ID: 65438
Citation styles for Foreign Function Interface
APA style
Foreign Function Interface. (2022, November 14). HaskellWiki, . Retrieved 14:31, September 27, 2023 from https://wiki.haskell.org/index.php?title=Foreign_Function_Interface&oldid=65438.
MLA style
"Foreign Function Interface." HaskellWiki, . 14 Nov 2022, 11:55 UTC. 27 Sep 2023, 14:31 <https://wiki.haskell.org/index.php?title=Foreign_Function_Interface&oldid=65438>.
MHRA style
HaskellWiki contributors, 'Foreign Function Interface', HaskellWiki, , 14 November 2022, 11:55 UTC, <https://wiki.haskell.org/index.php?title=Foreign_Function_Interface&oldid=65438> [accessed 27 September 2023]
Chicago style
HaskellWiki contributors, "Foreign Function Interface," HaskellWiki, , https://wiki.haskell.org/index.php?title=Foreign_Function_Interface&oldid=65438 (accessed September 27, 2023).
CBE/CSE style
HaskellWiki contributors. Foreign Function Interface [Internet]. HaskellWiki, ; 2022 Nov 14, 11:55 UTC [cited 2023 Sep 27]. Available from: https://wiki.haskell.org/index.php?title=Foreign_Function_Interface&oldid=65438.
Bluebook style
Foreign Function Interface, https://wiki.haskell.org/index.php?title=Foreign_Function_Interface&oldid=65438 (last visited September 27, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Foreign Function Interface --- HaskellWiki{,} ", year = "2022", url = "https://wiki.haskell.org/index.php?title=Foreign_Function_Interface&oldid=65438", note = "[Online; accessed 27-September-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 = "Foreign Function Interface --- HaskellWiki{,} ", year = "2022", url = "\url{https://wiki.haskell.org/index.php?title=Foreign_Function_Interface&oldid=65438}", note = "[Online; accessed 27-September-2023]" }