CurryInfo: extra-3.0.0 / Data.Tuple.Extra.first

definition: Info
 
first :: (a -> b) -> (a, c) -> (b, c)
first f (x, y) = (f x, y)
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Apply a function to the first component of a tuple.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{(,)}) |-> {(,)}}
name: Info
 first
precedence: Info
 no precedence defined
result-values: Info
 {(,)}
signature: Info
 (a -> b) -> (a, c) -> (b, c)
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms