CurryInfo: containers-3.0.0 / Data.Set.difference

definition:
difference :: Ord key => Set key -> Set key -> Set key
difference = Map.difference
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Computes the difference of two sets.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {difference}}
name:
difference
precedence:
no precedence defined
result-values:
{difference}
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