CurryInfo: flatcurry-annotated-3.3.0 / FlatCurry.Annotated.Goodies.patArgs

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