YhcSource codeContentsIndex
ByteCode.Compile
Description
Function to compile core code into bytecode
Synopsis
bcCompile :: Flags -> IntState -> [(Id, PosLambda)] -> [Id] -> (BCModule, IntState)
Documentation
bcCompile
:: Flagscompiler flags
-> IntStateinternal 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