Copyright | DFKI GmbH 2009 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | codruta.liliana@gmail.com |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Signatures for extended modal logic as extension of CASL signatures. In contrast to theoretical descriptions we keep separate sets of the flexible operations to ensure that operations i.e. from CASL free types are rigid by default.
Documentation
data EModalSign
correctSign :: Sign f EModalSign -> Sign f EModalSign
addEModalSign :: EModalSign -> EModalSign -> EModalSign
interEModalSign :: EModalSign -> EModalSign -> EModalSign
diffEModalSign :: EModalSign -> EModalSign -> EModalSign
isSubEModalSign :: EModalSign -> EModalSign -> Bool