Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • libraries/ghc-internal/src/GHC/Internal/Functor/ZipList.hs
    ... ... @@ -46,7 +46,6 @@ newtype ZipList a = ZipList { getZipList :: [a] }
    46 46
                                , Generic  -- ^ @since base-4.7.0.0
    
    47 47
                                , Generic1 -- ^ @since base-4.7.0.0
    
    48 48
                                )
    
    49
    --- See GHC.Internal.Data.Traversable for Traversable instance due to import loops
    
    50 49
     
    
    51 50
     
    
    52 51
     -- | @since base-4.9.0.0