CurryInfo: base-3.4.0 / Data.Either.isLeft

definition: Info
 
isLeft :: Either a b -> Bool
isLeft (Left  _) = True
isLeft (Right _) = False
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Return `True` if the given value is a `Left`-value, `False` otherwise.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({Left}) |-> {True} || ({Right}) |-> {False}}
name: Info
 isLeft
precedence: Info
 no precedence defined
result-values: Info
 {False,True}
signature: Info
 Prelude.Either a b -> Prelude.Bool
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms