CurryInfo: containers-3.0.0 / Data.Set.union

definition:
union :: Ord key => Set key -> Set key -> Set key
union = Map.union
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Computes the union of two sets.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {union}}
name:
union
precedence:
no precedence defined
result-values:
{union}
signature:
Prelude.Ord a => Data.Map.Map a () -> Data.Map.Map a () -> Data.Map.Map a ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term