|
|
|
| Description |
| Generate C wrappers for haskell FFI functions
|
|
| Synopsis |
|
|
|
| Documentation |
|
| bcWrap |
| :: IntState | internal compiler state
| | -> Flags | compiler flags
| | -> FileFlags | information about the file to write
| | -> BCModule | the 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 |