CurryInfo: failfree-4.0.0 / ESMT.tComb

definition:
tComb :: Ident -> [Term] -> Term
tComb f ts = TComb (Id f) ts
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Combined term with string identifier.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {TComb}}
name:
tComb
precedence:
no precedence defined
result-values:
{TComb}
signature:
String -> [Term] -> Term
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms