Copyright | (c) Till Mossakowski, Christian Maeder and Uni Bremen 2002-2005 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | Christian.Maeder@dfki.de |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
symbol map analysis for the HasCASL logic
- inducedFromMorphism :: RawSymbolMap -> Env -> Result Morphism
- inducedFromToMorphism :: RawSymbolMap -> ExtSign Env Symbol -> ExtSign Env Symbol -> Result Morphism
- cogeneratedSign :: SymbolSet -> Env -> Result Morphism
- generatedSign :: SymbolSet -> Env -> Result Morphism
Documentation
inducedFromMorphism :: RawSymbolMap -> Env -> Result Morphism
inducedFromToMorphism :: RawSymbolMap -> ExtSign Env Symbol -> ExtSign Env Symbol -> Result Morphism
basically test if the renamed source signature is in the target signature
cogeneratedSign :: SymbolSet -> Env -> Result Morphism
hide the symbols in the set
generatedSign :: SymbolSet -> Env -> Result Morphism
reveal the symbols in the set