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