Cite This Page
Bibliographic details for FFI complete examples
- Page name: FFI complete examples
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 30 August 2014 21:12 UTC
- Date retrieved: 19 January 2025 12:56 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=FFI_complete_examples&oldid=58712
- Page Version ID: 58712
Citation styles for FFI complete examples
APA style
FFI complete examples. (2014, August 30). HaskellWiki. Retrieved 12:56, January 19, 2025 from https://wiki.haskell.org/index.php?title=FFI_complete_examples&oldid=58712.
MLA style
"FFI complete examples." HaskellWiki. 30 Aug 2014, 21:12 UTC. 19 Jan 2025, 12:56 <https://wiki.haskell.org/index.php?title=FFI_complete_examples&oldid=58712>.
MHRA style
HaskellWiki contributors, 'FFI complete examples', HaskellWiki, 30 August 2014, 21:12 UTC, <https://wiki.haskell.org/index.php?title=FFI_complete_examples&oldid=58712> [accessed 19 January 2025]
Chicago style
HaskellWiki contributors, "FFI complete examples," HaskellWiki, https://wiki.haskell.org/index.php?title=FFI_complete_examples&oldid=58712 (accessed January 19, 2025).
CBE/CSE style
HaskellWiki contributors. FFI complete examples [Internet]. HaskellWiki; 2014 Aug 30, 21:12 UTC [cited 2025 Jan 19]. Available from: https://wiki.haskell.org/index.php?title=FFI_complete_examples&oldid=58712.
Bluebook style
FFI complete examples, https://wiki.haskell.org/index.php?title=FFI_complete_examples&oldid=58712 (last visited January 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "FFI complete examples --- HaskellWiki{,} ", year = "2014", url = "https://wiki.haskell.org/index.php?title=FFI_complete_examples&oldid=58712", note = "[Online; accessed 19-January-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 = "FFI complete examples --- HaskellWiki{,} ", year = "2014", url = "\url{https://wiki.haskell.org/index.php?title=FFI_complete_examples&oldid=58712}", note = "[Online; accessed 19-January-2025]" }