Safe Haskell | None |
---|---|
Language | Haskell2010 |
- compile :: SyntacticFeld t => t -> FilePath -> String -> Options -> IO ()
- icompile :: SyntacticFeld t => t -> IO ()
- icompileWith :: SyntacticFeld t => Options -> t -> IO ()
- icompile' :: SyntacticFeld t => Options -> String -> t -> IO ()
- getCore :: SyntacticFeld t => t -> Module ()
- printCore :: SyntacticFeld t => t -> IO ()
Documentation
icompile :: SyntacticFeld t => t -> IO () Source
icompileWith :: SyntacticFeld t => Options -> t -> IO () Source
getCore :: SyntacticFeld t => t -> Module () Source
Get the generated core for a program.
printCore :: SyntacticFeld t => t -> IO () Source
Print the generated core for a program.