definition:
|
updPatArgs :: ([(VarIndex, a)] -> [(VarIndex, a)]) -> APattern a -> APattern a
updPatArgs f = updPattern id f id
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- update arguments of constructor pattern
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {trPattern}}
|
name:
|
updPatArgs
|
precedence:
|
no precedence defined
|
result-values:
|
{trPattern}
|
signature:
|
([(Prelude.Int, a)] -> [(Prelude.Int, a)])
-> FlatCurry.Annotated.Types.APattern a -> FlatCurry.Annotated.Types.APattern a
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|