CurryInfo: base-3.4.0 / Data.Either.fromRight

definition: Info
 
fromRight :: Either _ b -> b
fromRight (Right x) = x
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Extract the value from a `Right` constructor.
failfree: Info
 {Right}
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({Right}) |-> _}
name: Info
 fromRight
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Either a b -> b
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 possibly non-reducible on same data term