| Safe Haskell | None |
|---|
E.Program
Documentation
data ProgramType Source
Constructors
| SubProgram Bool | |
| MainProgram | |
| MainComponent |
Constructors
| Program | |
Fields
| |
progEntryPoints :: Program -> [TVr]Source
progMainEntry :: Program -> TVrSource
progCombinators_s :: [Comb] -> Program -> ProgramSource
hPrintProgram :: Handle -> Program -> IO ()Source
printProgram :: Program -> IO ()Source