| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Language.SMTLib2.Debug
Documentation
data DebugBackend b Source #
Instances
| Backend b => GCompare Type (Expr (DebugBackend b)) Source # | |
| Backend b => GEq Type (Expr (DebugBackend b)) Source # | |
| Backend b => GShow Type (Expr (DebugBackend b)) Source # | |
| Backend b => Backend (DebugBackend b) Source # | |
| Backend b => GetType (Expr (DebugBackend b)) Source # | |
| type Proof (DebugBackend b) Source # | |
| type Model (DebugBackend b) Source # | |
| type ClauseId (DebugBackend b) Source # | |
| type LVar (DebugBackend b) Source # | |
| type FunArg (DebugBackend b) Source # | |
| type Fun (DebugBackend b) Source # | |
| type QVar (DebugBackend b) Source # | |
| type Var (DebugBackend b) Source # | |
| data Expr (DebugBackend b) Source # | |
| type SMTMonad (DebugBackend b) Source # | |
debugBackend :: (Backend b, MonadIO (SMTMonad b)) => b -> DebugBackend b Source #
namedDebugBackend :: (Backend b, MonadIO (SMTMonad b)) => String -> b -> DebugBackend b Source #