CurryInfo: contract-prover-4.0.0 / ESMT.allQIdsOfAssert

definition: Info
 
allQIdsOfAssert :: Command -> [QIdent]
allQIdsOfAssert cmd = case cmd of Assert t -> allQIdsOfTerm t
                                  _        -> []
demand: Info
 argument 1
deterministic: Info
 deterministic operation
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({Assert}) |-> _ || ({CheckSat}) |-> _ || ({Comment}) |-> _ || ({DeclareVar}) |-> _ || ({DeclareDatatypes}) |-> _ || ({DeclareFun}) |-> _ || ({DeclareSort}) |-> _ || ({DefineFunsRec}) |-> _ || ({DefineSigsRec}) |-> _ || ({EmptyLine}) |-> _}
name: Info
 allQIdsOfAssert
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Command -> [QIdent]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms