CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Transform.updTConsApp

definition:
updTConsApp :: (QName -> CTypeExpr) -> CTypeExpr -> CTypeExpr
updTConsApp tcons = trCTypeExpr CTVar tcons CFuncType CTApply
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Updates all type constructors in a type expression.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {trCTypeExpr}}
name:
updTConsApp
precedence:
no precedence defined
result-values:
{trCTypeExpr}
signature:
((String, String) -> AbstractCurry.Types.CTypeExpr)
-> AbstractCurry.Types.CTypeExpr -> AbstractCurry.Types.CTypeExpr
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms