<div dir="ltr"><div>Would it be significantly better than just having/using the following definition?</div><div><br></div>unzipF :: Functor f => f (a, b) -> (f a, f b)<br><div>unzipF x = (fmap fst x, fmap snd x)</div></div>