CurryInfo: base-3.4.0 / Prelude.snd

definition: Info
 
snd :: (_, b) -> b
snd (_, y) = y
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Selects the second component of a pair.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({(,)}) |-> _}
name: Info
 snd
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 (a, b) -> b
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms