Safe Haskell | Safe-Inferred |
---|
Documentation
data SpecConstant Source
SpecConstantNumeral Integer | |
SpecConstantDecimal String | |
SpecConstantHexadecimal String | |
SpecConstantBinary String | |
SpecConstantString String |
Show SpecConstant |
SexprSpecConstant SpecConstant | |
SexprSymbol String | |
SexprKeyword String | |
SexprSxp [Sexpr] |
Show Sexpr |
Show AttrValue |
Show Term |
type GetInfoResponse = [InfoResponse]Source
data InfoResponse Source
ResponseErrorBehavior ErrorBehavior | |
ResponseName String | |
ResponseAuthors String | |
ResponseVersion String | |
ResponseReasonUnknown ReasonUnknown | |
ResponseAttribute Attribute |
Show InfoResponse |
type GetAssertionsResponse = [Term]Source
type GetProofResponse = SexprSource
type GetUnsatCoreResponse = [String]Source
type GetValueResponse = [ValuationPair]Source
type GetOptionResponse = AttrValueSource
data CmdResponse Source
Show CmdResponse |