CurryInfo: contract-prover-4.0.0 / ESMT.tComb

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