Cite This Page
Bibliographic details for GHC/Using the FFI
- Page name: GHC/Using the FFI
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 1 June 2022 05:52 UTC
- Date retrieved: 19 January 2025 16:41 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=GHC/Using_the_FFI&oldid=65141
- Page Version ID: 65141
Citation styles for GHC/Using the FFI
APA style
GHC/Using the FFI. (2022, June 1). HaskellWiki. Retrieved 16:41, January 19, 2025 from https://wiki.haskell.org/index.php?title=GHC/Using_the_FFI&oldid=65141.
MLA style
"GHC/Using the FFI." HaskellWiki. 1 Jun 2022, 05:52 UTC. 19 Jan 2025, 16:41 <https://wiki.haskell.org/index.php?title=GHC/Using_the_FFI&oldid=65141>.
MHRA style
HaskellWiki contributors, 'GHC/Using the FFI', HaskellWiki, 1 June 2022, 05:52 UTC, <https://wiki.haskell.org/index.php?title=GHC/Using_the_FFI&oldid=65141> [accessed 19 January 2025]
Chicago style
HaskellWiki contributors, "GHC/Using the FFI," HaskellWiki, https://wiki.haskell.org/index.php?title=GHC/Using_the_FFI&oldid=65141 (accessed January 19, 2025).
CBE/CSE style
HaskellWiki contributors. GHC/Using the FFI [Internet]. HaskellWiki; 2022 Jun 1, 05:52 UTC [cited 2025 Jan 19]. Available from: https://wiki.haskell.org/index.php?title=GHC/Using_the_FFI&oldid=65141.
Bluebook style
GHC/Using the FFI, https://wiki.haskell.org/index.php?title=GHC/Using_the_FFI&oldid=65141 (last visited January 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "GHC/Using the FFI --- HaskellWiki{,} ", year = "2022", url = "https://wiki.haskell.org/index.php?title=GHC/Using_the_FFI&oldid=65141", 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 = "GHC/Using the FFI --- HaskellWiki{,} ", year = "2022", url = "\url{https://wiki.haskell.org/index.php?title=GHC/Using_the_FFI&oldid=65141}", note = "[Online; accessed 19-January-2025]" }