definition:
|
allQIdsOfAssert :: SMT.Command -> [SMT.QIdent]
allQIdsOfAssert cmd = case cmd of SMT.Assert t -> allQIdsOfTerm t
_ -> []
|
demand:
|
argument 1
|
deterministic:
|
deterministic operation
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{({Assert}) |-> _ || ({CheckSat}) |-> _ || ({CheckSatAssuming}) |-> _ || ({DeclareConst}) |-> _ || ({DeclareDatatype}) |-> _ || ({DeclareDatatypes}) |-> _ || ({DeclareFun}) |-> _ || ({DeclareSort}) |-> _ || ({DefineFun}) |-> _ || ({DefineFunRec}) |-> _ || ({DefineFunsRec}) |-> _ || ({DefineSort}) |-> _ || ({Echo}) |-> _ || ({Exit}) |-> _ || ({GetAssertions}) |-> _ || ({GetAssignment}) |-> _ || ({GetInfo}) |-> _ || ({GetModel}) |-> _ || ({GetOption}) |-> _ || ({GetProof}) |-> _ || ({GetUnsatAssumptions}) |-> _ || ({GetUnsatCore}) |-> _ || ({GetValue}) |-> _ || ({Pop}) |-> _ || ({Push}) |-> _ || ({Reset}) |-> _ || ({ResetAssertions}) |-> _ || ({SetInfo}) |-> _ || ({SetLogic}) |-> _ || ({SetOption}) |-> _ || ({Comment}) |-> _}
|
name:
|
allQIdsOfAssert
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
Language.SMTLIB.Types.Command -> [Language.SMTLIB.Types.QIdent]
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
reducible on all ground data terms
|