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