ContentsIndex
Compiler.Manager
Portabilityportable
Stabilityvery experimental
Maintaineregallego@babel.ls.fi.upm.es
Description
Some utilities for compilation management.
Synopsis
class CManager a b where
compile :: String -> Module a b
compileFile :: CManager a b => String -> IO (Module a b)
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.
compileFile
:: CManager a b
=> StringFilename
-> IO (Module a b)
Helper function to compile from a given file.
Produced by Haddock version 0.8