Haskell-newbie reporting in. Question is as follows: In Haskell, we have fst and snd that return the first and the second elements of a 2-tuple. Wh
fst
snd
cabal update cabal install tuple ghci λ> import Data.Tuple.Select λ> sel3 (0, "1", 2) --select the third element