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

definition:
allVarsInProg :: AProg _ -> [VarIndex]
allVarsInProg = concatMap allVarsInFunc . progFuncs
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- get all program variables (also from patterns)
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
allVarsInProg
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
FlatCurry.Annotated.Types.AProg a -> [Prelude.Int]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term