CurryInfo: rw-data-generator-2.0.0 / RW.Build.snd3

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