| Safe Haskell | None |
|---|
IRTS.CodegenCommon
Documentation
data OutputType Source
Constructors
| Raw | |
| Object | |
| Executable | |
| MavenProject |
Instances
| Eq OutputType | |
| Show OutputType |
environment :: String -> IO (Maybe String)Source
data CodegenInfo Source
Constructors
| CodegenInfo | |
Fields
| |
type CodeGenerator = CodegenInfo -> IO ()Source