Copyright | (c) A. Tsogias, DFKI Bremen 2011 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | Alexis.Tsogias@dfki.de |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe-Inferred |
Data structures and functions for thf THF Signatures. Note: Most of the implenentations support only THF0.
Documentation
type MorphismTHF = DefaultMorphism SignTHF
data SignTHF
data TypeInfo
data ConstInfo
toEitherLeftMap :: Map c x -> EitherMap c x
eitherMapHasDiagnosis :: EitherMap c x -> Bool
eitherMapGetDiagnosis :: EitherMap c x -> [Diagnosis]
eitherMapGetMap :: EitherMap c x -> Map c x
sigIntersect :: SignTHF -> SignTHF -> Result SignTHF