definition: |
rmvEchos :: [SMT.Command] -> [SMT.Command] rmvEchos = filter (not . isEcho) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Remove all 'Echo' commands |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {filter}} |
name: |
rmvEchos |
precedence: |
no precedence defined |
result-values: |
{filter} |
signature: |
[Language.SMTLIB.Types.Command] -> [Language.SMTLIB.Types.Command] |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |