Copyright | (c) 2005 , Martin Engelke 2011 - 2016, Björn Peemöller |
---|---|
License | BSD-3-clause |
Maintainer | bjp@informatik.uni-kiel.de |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Generators.GenFlatCurry
Description
This module contains the generation of a FlatCurry
program term
for a given module in the intermediate language, and the generation
of a FlatCurry
interface for a given Curry
interface.
Documentation
genFlatCurry :: CompilerEnv -> Module -> Module -> Prog Source #
genFlatInterface :: CompilerEnv -> Interface -> Module -> Module -> Prog Source #