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