Cite This Page
Bibliographic details for FFI cook book
- Page name: FFI cook book
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 17 April 2017 17:06 UTC
- Date retrieved: 16 January 2025 11:21 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=FFI_cook_book&oldid=61736
- Page Version ID: 61736
Citation styles for FFI cook book
APA style
FFI cook book. (2017, April 17). HaskellWiki. Retrieved 11:21, January 16, 2025 from https://wiki.haskell.org/index.php?title=FFI_cook_book&oldid=61736.
MLA style
"FFI cook book." HaskellWiki. 17 Apr 2017, 17:06 UTC. 16 Jan 2025, 11:21 <https://wiki.haskell.org/index.php?title=FFI_cook_book&oldid=61736>.
MHRA style
HaskellWiki contributors, 'FFI cook book', HaskellWiki, 17 April 2017, 17:06 UTC, <https://wiki.haskell.org/index.php?title=FFI_cook_book&oldid=61736> [accessed 16 January 2025]
Chicago style
HaskellWiki contributors, "FFI cook book," HaskellWiki, https://wiki.haskell.org/index.php?title=FFI_cook_book&oldid=61736 (accessed January 16, 2025).
CBE/CSE style
HaskellWiki contributors. FFI cook book [Internet]. HaskellWiki; 2017 Apr 17, 17:06 UTC [cited 2025 Jan 16]. Available from: https://wiki.haskell.org/index.php?title=FFI_cook_book&oldid=61736.
Bluebook style
FFI cook book, https://wiki.haskell.org/index.php?title=FFI_cook_book&oldid=61736 (last visited January 16, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "FFI cook book --- HaskellWiki{,} ", year = "2017", url = "https://wiki.haskell.org/index.php?title=FFI_cook_book&oldid=61736", note = "[Online; accessed 16-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 cook book --- HaskellWiki{,} ", year = "2017", url = "\url{https://wiki.haskell.org/index.php?title=FFI_cook_book&oldid=61736}", note = "[Online; accessed 16-January-2025]" }