CurryInfo: base-3.3.0 / Data.Either.fromRight

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