definition: |
updConsArgs :: Update ConsDecl [TypeExpr] updConsArgs = updCons id id id |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- update arguments of constructor declaration |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {updCons}} |
name: |
updConsArgs |
precedence: |
no precedence defined |
result-values: |
{updCons} |
signature: |
([FlatCurry.Types.TypeExpr] -> [FlatCurry.Types.TypeExpr]) -> FlatCurry.Types.ConsDecl -> FlatCurry.Types.ConsDecl |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |