CurryInfo: base-3.3.0 / Data.Either.isLeft

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