CurryInfo: smtlib-3.0.0 / Language.SMTLIB.Goodies.tneg

definition:
tneg :: Term -> Term
tneg t = tcomb "-" [t]
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Negate given numeral SMT-LIB term
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {TComb}}
name:
tneg
precedence:
no precedence defined
result-values:
{TComb}
signature:
Language.SMTLIB.Types.Term -> Language.SMTLIB.Types.Term
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms