CurryInfo: prolog-3.0.0 / Language.Prolog.Goodies.termsVars

definition:
termsVars :: [PlTerm] -> [String]
termsVars = unionMap termVars
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The set of all variables occurring in a list of Prolog terms.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
termsVars
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
[Language.Prolog.Types.PlTerm] -> [String]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms