| Safe Haskell | None |
|---|
Data.Rewriting.Problem.Parse
Documentation
parseFileIO :: FilePath -> IO (Problem String String)Source
fromString :: String -> Either ProblemParseError (Problem String String)Source
fromFile :: FilePath -> IO (Either ProblemParseError (Problem String String))Source
fromCharStream :: Stream s (Either ProblemParseError) Char => SourceName -> s -> Either ProblemParseError (Problem String String)Source
data ProblemParseError Source
Constructors
| UnknownParseError String | |
| UnsupportedStrategy String | |
| FileReadError IOError | |
| UnsupportedDeclaration String | |
| SomeParseError ParseError |
Instances