Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Compilation.CompileInfo
Documentation
data CompileInfo a Source #
Instances
data CompileMessage Source #
Instances
Show CompileMessage Source # | |
Defined in Compilation.CompileInfo Methods showsPrec :: Int -> CompileMessage -> ShowS # show :: CompileMessage -> String # showList :: [CompileMessage] -> ShowS # |
getCompileError :: CompileInfo a -> CompileMessage Source #
getCompileSuccess :: CompileInfo a -> a Source #
getCompileWarnings :: CompileInfo a -> [String] Source #