CurryInfo: base-3.4.0 / Data.Either.fromLeft

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