Safe Haskell | Safe-Inferred |
---|
Hsmtlib.Solvers.Cmd.Parser.Syntax
Documentation
data SpecConstant Source
Constructors
SpecConstantNumeral Integer | |
SpecConstantDecimal String | |
SpecConstantHexadecimal String | |
SpecConstantBinary String | |
SpecConstantString String |
Instances
Show SpecConstant |
Constructors
SexprSpecConstant SpecConstant | |
SexprSymbol String | |
SexprKeyword String | |
SexprSxp [Sexpr] |
Instances
Show Sexpr |
Constructors
AttrValueConstant SpecConstant | |
AttrValueSymbol String | |
AttrValueSexpr [Sexpr] |
Instances
Show AttrValue |
Constructors
Attribute String | |
AttributeVal String AttrValue |
Instances
Show Attribute |
data QualIdentifier Source
Constructors
QIdentifier Identifier | |
QIdentifierAs Identifier Sort |
Instances
Show QualIdentifier |
Constructors
Instances
Show Term |
type GetInfoResponse = [InfoResponse]Source
data InfoResponse Source
Constructors
ResponseErrorBehavior ErrorBehavior | |
ResponseName String | |
ResponseAuthors String | |
ResponseVersion String | |
ResponseReasonUnknown ReasonUnknown | |
ResponseAttribute Attribute |
Instances
Show InfoResponse |
type GetAssertionsResponse = [Term]Source
type GetProofResponse = SexprSource
type GetUnsatCoreResponse = [String]Source
type GetValueResponse = [ValuationPair]Source
type GetOptionResponse = AttrValueSource
data CmdResponse Source
Constructors
Instances
Show CmdResponse |