language-dickinson-0.1.1.0: src/Data/Tuple/Ext.hs
module Data.Tuple.Ext ( fst4
) where
fst4 :: (a, b, c, d) -> a
fst4 (x, _, _, _) = x
module Data.Tuple.Ext ( fst4
) where
fst4 :: (a, b, c, d) -> a
fst4 (x, _, _, _) = x