CurryInfo: rewriting-3.0.0 / Rewriting.Rules.maxVarInRule

definition:
maxVarInRule :: Rule _ -> Maybe VarIdx
maxVarInRule (l, _) = maxVarInTerm l
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Returns the maximum variable in a rule or `Nothing` if no variable exists.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({(,)}) |-> {Just,Nothing}}
name:
maxVarInRule
precedence:
no precedence defined
result-values:
{Just,Nothing}
signature:
(Rewriting.Term.Term a) -> Prelude.Maybe Prelude.Int
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term