CurryInfo: rewriting-3.0.0 / Rewriting.Term.tVars

definition:
tVars :: Term _ -> [VarIdx]
tVars = nub . tVarsAll
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Returns a list without duplicates of all variables in a term.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
tVars
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
Term a -> [Prelude.Int]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms