CurryInfo: icurry-3.2.0 / FlatCurry.CaseLifting.unionMap

definition:
unionMap :: Eq b => (a -> [b]) -> [a] -> [b]
unionMap f = foldr union [] . map f
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {.._#lambda508}}
name:
unionMap
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
Prelude.Eq b => (a -> [b]) -> [a] -> [b]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms