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