|
Compiler.Manager | Portability | portable | Stability | very experimental | Maintainer | egallego@babel.ls.fi.upm.es |
|
|
|
|
|
Description |
Some utilities for compilation management.
|
|
Synopsis |
|
|
|
Documentation |
|
class CManager a b where |
CManager class provides a compile method, for string to symbol-code modules. | | Methods | compile :: String -> Module a b | Compiles a string to a module. |
| | Instances | |
|
|
compileFile |
:: CManager a b | | => String | Filename | -> IO (Module a b) | | Helper function to compile from a given file. |
|
|
Produced by Haddock version 0.6 |