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: 4 October 2024 06:12 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 06:12, October 4, 2024 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. 4 Oct 2024, 06:12 <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 4 October 2024]
Chicago style
HaskellWiki contributors, "FFI cook book," HaskellWiki, , https://wiki.haskell.org/index.php?title=FFI_cook_book&oldid=61736 (accessed October 4, 2024).
CBE/CSE style
HaskellWiki contributors. FFI cook book [Internet]. HaskellWiki, ; 2017 Apr 17, 17:06 UTC [cited 2024 Oct 4]. 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 October 4, 2024).
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 4-October-2024]" }
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 4-October-2024]" }