Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: b3dd23b9 by Vilim Lendvaj at 2025-12-18T13:23:57-05:00 Remove outdated comment The Traversable instance for ZipList is no longer in GHC.Internal.Data.Traversable. In fact, it is right below this very comment. - - - - - 1 changed file: - libraries/ghc-internal/src/GHC/Internal/Functor/ZipList.hs Changes: ===================================== libraries/ghc-internal/src/GHC/Internal/Functor/ZipList.hs ===================================== @@ -46,7 +46,6 @@ newtype ZipList a = ZipList { getZipList :: [a] } , Generic -- ^ @since base-4.7.0.0 , Generic1 -- ^ @since base-4.7.0.0 ) --- See GHC.Internal.Data.Traversable for Traversable instance due to import loops -- | @since base-4.9.0.0 View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b3dd23b9d6c40160f9b15df8ae808256... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b3dd23b9d6c40160f9b15df8ae808256... You're receiving this email because of your account on gitlab.haskell.org.