
5 Dec
2014
5 Dec
'14
10:09 p.m.
Would it be significantly better than just having/using the following definition? unzipF :: Functor f => f (a, b) -> (f a, f b) unzipF x = (fmap fst x, fmap snd x)