| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Clafer.IG.ClaferIG
Documentation
Constructors
| IGArgs | |
Fields
| |
data ClaferIGEnv Source #
Constructors
| ClaferIGEnv | |
Fields
| |
getConstraints :: Monad m => ClaferIGT m [Constraint] Source #
getUIDIClaferMap :: Monad m => ClaferIGT m UIDIClaferMap Source #
Constructors
| Instance | |
Fields | |
| UnsatCore | |
Fields | |
| NoInstance | |
data Counterexample Source #
Constructors
| Counterexample | |
runClaferIGT :: MonadIO m => IGArgs -> ClaferIGT m a -> m (Either ClaferErrs a) Source #
increaseScope :: MonadIO m => Integer -> (String, Integer) -> ClaferIGT m (Either String ()) Source #
findRemovable :: ClaferEnv -> [Span] -> [Constraint] -> [Maybe Constraint] Source #
sigToClaferName :: String -> String Source #