definition: |
(-%) :: Term -> Term -> Term t1 -% t2 = tcomb "-" [t1, t2] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Subtract an SMT-LIB term from another one |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
infixl |
iotype: |
{(_,_) |-> {TComb}} |
name: |
-% |
precedence: |
6 |
result-values: |
{TComb} |
signature: |
Language.SMTLIB.Types.Term -> Language.SMTLIB.Types.Term -> Language.SMTLIB.Types.Term |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |