[Git][ghc/ghc][master] Fix broken Haddock link to Bifunctor class in description of Functor class
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: fe6e76c5 by Tobias Haslop at 2026-03-26T03:59:30-04:00 Fix broken Haddock link to Bifunctor class in description of Functor class - - - - - 1 changed file: - libraries/ghc-internal/src/GHC/Internal/Base.hs Changes: ===================================== libraries/ghc-internal/src/GHC/Internal/Base.hs ===================================== @@ -961,7 +961,7 @@ class Functor f where -- Note that for any type constructor with more than one parameter (e.g., 'Either'), -- only the last type parameter can be modified with `fmap` (e.g., `b` in @Either a b@). -- - -- Some type constructors with two parameters or more have a @'Data.Bifunctor'@ instance that allows + -- Some type constructors with two parameters or more have a @'Data.Bifunctor.Bifunctor'@ instance that allows -- both the last and the penultimate parameters to be mapped over. -- -- ==== __Examples__ View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fe6e76c5e0155b9b34948957476b0bba... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fe6e76c5e0155b9b34948957476b0bba... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)