definition:
|
updTCons :: (QName -> [TypeExpr] -> TypeExpr) -> TypeExpr -> TypeExpr
updTCons tcons = trTypeExpr TVar tcons FuncType ForallType
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- update all type constructors
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {trTypeExpr}}
|
name:
|
updTCons
|
precedence:
|
no precedence defined
|
result-values:
|
{trTypeExpr}
|
signature:
|
((String, String) -> [FlatCurry.Types.TypeExpr] -> 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
|