smtLib-1.0.8: A library for working with the SMTLIB format.

Safe HaskellSafe
LanguageHaskell98

SMTLib2

Documentation

newtype Script Source

Constructors

Script [Command] 

Instances

data Defn Source

Constructors

Defn 

Fields

defVar :: Name
 
defExpr :: Expr
 

app :: Ident -> [Expr] -> Expr Source