Copyright | (c) Florian Mossakowski Uni Bremen 2006 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | till@informatik.uni-bremen.de |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
parse terms and formulae
Documentation
cformula :: [String] -> AParser st ConstraintFORMULA Source #
conjunction :: [String] -> AParser st ATOMCONJUNCTION Source #
simplerelation :: [String] -> AParser st RELATION Source #
constraintterm :: [String] -> AParser st ConstraintTERM Source #
formula :: [String] -> AParser st ConstraintCASLFORMULA Source #
emptyRelation :: String Source #
emptyRelationT :: GenParser Char st Token Source #
equalityRelation :: String Source #
equalityRelationT :: GenParser Char st Token Source #
equivalent :: String Source #
equivalentT :: GenParser Char st Token Source #
constraintKeywords :: [String] Source #
Orphan instances
TermParser ConstraintFORMULA Source # | |
termParser :: Bool -> AParser st ConstraintFORMULA Source # |