 
            
            
            
            
                5 Dec
                
                    2014
                
            
            
                5 Dec
                
                '14
                
            
            
            
        
    
                5: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)