| Copyright | (c) C. Maeder DFKI GmbH 2010 | 
|---|---|
| License | GPLv2 or higher, see LICENSE.txt | 
| Maintainer | Christian.Maeder@dfki.de | 
| Stability | provisional | 
| Portability | non-portable(Logic) | 
| Safe Haskell | None | 
Proofs.ConsistencyCheck
Description
devGraph rule that calls consistency checker for specific logics
Documentation
consistencyCheck :: Bool -> G_cons_checker -> AnyComorphism -> LibName -> LibEnv -> DGraph -> LNode DGNodeLab -> Int -> IO ConsistencyStatus Source #
Constructors
| CSUnchecked | |
| CSTimeout | |
| CSError | |
| CSInconsistent | |
| CSConsistent | 
data ConsistencyStatus Source #
Constructors
| ConsistencyStatus | |
Instances
| Eq ConsistencyStatus Source # | |
Defined in Proofs.ConsistencyCheck Methods (==) :: ConsistencyStatus -> ConsistencyStatus -> Bool (/=) :: ConsistencyStatus -> ConsistencyStatus -> Bool  | |
| Ord ConsistencyStatus Source # | |
Defined in Proofs.ConsistencyCheck Methods compare :: ConsistencyStatus -> ConsistencyStatus -> Ordering (<) :: ConsistencyStatus -> ConsistencyStatus -> Bool (<=) :: ConsistencyStatus -> ConsistencyStatus -> Bool (>) :: ConsistencyStatus -> ConsistencyStatus -> Bool (>=) :: ConsistencyStatus -> ConsistencyStatus -> Bool max :: ConsistencyStatus -> ConsistencyStatus -> ConsistencyStatus min :: ConsistencyStatus -> ConsistencyStatus -> ConsistencyStatus  | |
| Show ConsistencyStatus Source # | |
Defined in Proofs.ConsistencyCheck Methods showsPrec :: Int -> ConsistencyStatus -> ShowS show :: ConsistencyStatus -> String showList :: [ConsistencyStatus] -> ShowS  | |
cStatusToColor :: ConsistencyStatus -> String Source #
cStatusToPrefix :: ConsistencyStatus -> String Source #