CurryInfo: setfunctions-3.0.0 / Control.SetFunctions.notEmpty

definition:
notEmpty :: Values a -> Bool
notEmpty vs = not (isEmpty vs)
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Is a multiset of values not empty?
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {False,True}}
name:
notEmpty
precedence:
no precedence defined
result-values:
{False,True}
signature:
Values a -> Prelude.Bool
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms