|
|
|
| Description |
| Function to compile core code into bytecode
|
|
| Synopsis |
|
|
|
| Documentation |
|
| bcCompile |
| :: Flags | compiler flags
| | -> IntState | internal compiler state generated in earlier stages
| | -> [(Id, PosLambda)] | list of functions to compile
| | -> [Id] | list of constructors to compile
| | -> (BCModule, IntState) | compiled bytecode and modified internal compiler state
| | Compile core code into bytecode
|
|
|
| Produced by Haddock version 0.8 |