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

definition: Info
 
isEmpty :: Values a -> Bool
#ifdef __PAKCS__
isEmpty (Values firstval _) = case firstval of Nothing -> True
                                               Just _  -> False
#else
isEmpty s = null (valuesOf s)
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Is a multiset of values empty?
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {False,True}}
name: Info
 isEmpty
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