CurryInfo: base-3.4.0 / Control.Search.Unsafe.isFail

definition: Info
 
isFail :: a -> Bool
isFail x = case oneValue x of Nothing -> True
                              Just _  -> False
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Does the computation of the argument to a value fail?
Conceptually, the argument is evaluated on a copy, i.e.,
even if the computation does not fail, it has not been evaluated.
failfree: Info
 _
indeterministic: Info
 might be indeterministic
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {False,True}}
name: Info
 isFail
precedence: Info
 no precedence defined
result-values: Info
 {False,True}
signature: Info
 a -> Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 possibly non-reducible on same data term