YhcSource codeContentsIndex
ByteCode.Wrap
Description
Generate C wrappers for haskell FFI functions
Synopsis
bcWrap :: IntState -> Flags -> FileFlags -> BCModule -> IO ()
Documentation
bcWrap
:: IntStateinternal compiler state
-> Flagscompiler flags
-> FileFlagsinformation about the file to write
-> BCModulethe declarations from which to generate external wrappers
-> IO ()
Generate C stub wrappers for FFI functions. Writes generated C code to the indicated file.
Produced by Haddock version 0.8