CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.allVarsInRule

definition:
allVarsInRule :: Rule -> [Int]
allVarsInRule = trRule (\args body -> args ++ allVars body) (\_ -> [])
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- get variable names in a functions rule
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {trRule}}
name:
allVarsInRule
precedence:
no precedence defined
result-values:
{trRule}
signature:
FlatCurry.Types.Rule -> [Prelude.Int]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term