CurryInfo: rewriting-3.0.0 / Rewriting.Term.tCons

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