| Safe Haskell | Safe | 
|---|---|
| Language | Haskell2010 | 
Core.Compiler
- compile :: CoreProgram -> GmState
 
Documentation
compile :: CoreProgram -> GmState Source #
sets initial state, binds the supercombinators to the environment, and generates the initial G code
core-compiler-0.1.0.2: compile your own mini functional language with Core
| Safe Haskell | Safe | 
|---|---|
| Language | Haskell2010 | 
Core.Compiler
compile :: CoreProgram -> GmState Source #
sets initial state, binds the supercombinators to the environment, and generates the initial G code