CurryInfo: base-3.3.0 / Prelude.snd

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