Hets - the Heterogeneous Tool Set

Copyright(c) Eugen Kuksa, Karl Luc, Uni Bremen 2010
LicenseGPLv2 or higher, see LICENSE.txt
Maintainereugenk@informatik.uni-bremen.de
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred

CommonLogic.Analysis

Description

Basic and static analysis for common logic

Synopsis

Documentation

negForm :: TEXT_META -> TEXT_META

negate sentence (text) - propagates negation to sentences

symsOfTextMeta :: TEXT_META -> [Symbol]

retrieves all symbols from the text

mkStatSymbItems :: [SYMB_ITEMS] -> Result [Symbol]

Retrieve raw symbols

mkStatSymbMapItem :: [SYMB_MAP_ITEMS] -> Result (Map Symbol Symbol)

Static analysis for symbol maps

inducedFromMorphism :: Map Symbol Symbol -> Sign -> Result Morphism

creates a morphism from a symbol map