|
definition: |
allQIdsOfAsserts :: [Command] -> [QIdent] allQIdsOfAsserts = foldr union [] . map allQIdsOfAssert |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
TODO: should be extended to all commands but currently sufficient |
|
failfree: |
() |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{() |-> {.._#lambda508}}
|
|
name: |
allQIdsOfAsserts |
|
precedence: |
no precedence defined |
|
result-values: |
{.._#lambda508}
|
|
signature: |
[Command] -> [QIdent] |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
reducible on all ground data terms |