CurryInfo: base-3.4.0 / Data.Either.isRight

definition: Info
 
isRight :: Either a b -> Bool
isRight (Left  _) = False
isRight (Right _) = True
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Return `True` if the given value is a `Right`-value, `False` otherwise.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({Left}) |-> {False} || ({Right}) |-> {True}}
name: Info
 isRight
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