Hets - the Heterogeneous Tool Set
Copyright(c) Florian Mossakowski Uni Bremen 2006
LicenseGPLv2 or higher, see LICENSE.txt
Maintainertill@informatik.uni-bremen.de
Stabilityprovisional
Portabilityportable
Safe HaskellNone

ConstraintCASL.Formula

Description

parse terms and formulae

Documentation

atom :: [String] -> AParser st ATOM Source #

relation :: [String] -> AParser st RELATION Source #

emptyRelationT :: GenParser Char st Token Source #

equalityRelationT :: GenParser Char st Token Source #

inverse :: String Source #

inverseT :: GenParser Char st Token Source #

implies :: String Source #

impliesT :: GenParser Char st Token Source #

equivalent :: String Source #

equivalentT :: GenParser Char st Token Source #

Orphan instances