Cite This Page
Bibliographic details for FFI Introduction
- Page name: FFI Introduction
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 17 February 2015 12:45 UTC
- Date retrieved: 21 January 2021 03:08 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=FFI_Introduction&oldid=56636
- Page Version ID: 56636
Citation styles for FFI Introduction
APA style
FFI Introduction. (2015, February 17). HaskellWiki, . Retrieved 03:08, January 21, 2021 from https://wiki.haskell.org/index.php?title=FFI_Introduction&oldid=56636.
MLA style
"FFI Introduction." HaskellWiki, . 17 Feb 2015, 12:45 UTC. 21 Jan 2021, 03:08 <https://wiki.haskell.org/index.php?title=FFI_Introduction&oldid=56636>.
MHRA style
HaskellWiki contributors, 'FFI Introduction', HaskellWiki, , 17 February 2015, 12:45 UTC, <https://wiki.haskell.org/index.php?title=FFI_Introduction&oldid=56636> [accessed 21 January 2021]
Chicago style
HaskellWiki contributors, "FFI Introduction," HaskellWiki, , https://wiki.haskell.org/index.php?title=FFI_Introduction&oldid=56636 (accessed January 21, 2021).
CBE/CSE style
HaskellWiki contributors. FFI Introduction [Internet]. HaskellWiki, ; 2015 Feb 17, 12:45 UTC [cited 2021 Jan 21]. Available from: https://wiki.haskell.org/index.php?title=FFI_Introduction&oldid=56636.
Bluebook style
FFI Introduction, https://wiki.haskell.org/index.php?title=FFI_Introduction&oldid=56636 (last visited January 21, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "FFI Introduction --- HaskellWiki{,} ", year = "2015", url = "https://wiki.haskell.org/index.php?title=FFI_Introduction&oldid=56636", note = "[Online; accessed 21-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 = "FFI Introduction --- HaskellWiki{,} ", year = "2015", url = "\url{https://wiki.haskell.org/index.php?title=FFI_Introduction&oldid=56636}", note = "[Online; accessed 21-January-2021]" }