definition:
|
updTVars :: (TVarIndex -> TypeExpr) -> TypeExpr -> TypeExpr
updTVars tvar = trTypeExpr tvar TCons FuncType ForallType
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- update all type variables
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {trTypeExpr}}
|
name:
|
updTVars
|
precedence:
|
no precedence defined
|
result-values:
|
{trTypeExpr}
|
signature:
|
(Prelude.Int -> FlatCurry.Types.TypeExpr) -> FlatCurry.Types.TypeExpr
-> FlatCurry.Types.TypeExpr
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
reducible on all ground data terms
|