CurryInfo: base-3.4.0 / Control.Search.SetFunctions.notEmpty

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