| Copyright | Dominik Luecke, Uni Bremen 2008 |
|---|---|
| License | GPLv2 or higher, see LICENSE.txt or LIZENZ.txt |
| Maintainer | luecke@informatik.uni-bremen.de |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | None |
RelationalScheme.ParseRS
Description
Parser for Relational Schemes
- parseRSScheme :: PrefixMap -> AParser st RSScheme
- testParse :: GenParser tok (AnnoState ()) a -> [tok] -> Either ParseError a
- longTest :: IO (Either ParseError RSScheme)
Documentation
parseRSScheme :: PrefixMap -> AParser st RSScheme
Parser for set of relationships
testParse :: GenParser tok (AnnoState ()) a -> [tok] -> Either ParseError a
longTest :: IO (Either ParseError RSScheme)