[Git][ghc/ghc][wip/int-index/enforce-namespaces] formatting

Vladislav Zavialov pushed to branch wip/int-index/enforce-namespaces at Glasgow Haskell Compiler / GHC Commits: 14eaf5e4 by Vladislav Zavialov at 2025-05-08T02:00:49+03:00 formatting - - - - - 1 changed file: - compiler/GHC/Tc/Errors/Ppr.hs Changes: ===================================== compiler/GHC/Tc/Errors/Ppr.hs ===================================== @@ -5912,7 +5912,7 @@ pprImportLookup = \case BadImportNonTypeSubordinates gre nontype1 -> withContext [ what <+> text "called" <+> parent_name <+> text "is exported," - , sep [ text "but its subordinate" <+> "item" <> plural nontype <+> nontype_names + , sep [ text "but its subordinate item" <> plural nontype <+> nontype_names , isOrAre nontype <+> "not in the type namespace." ] ] where nontype = NE.toList nontype1 View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/14eaf5e44be16b040a9200e0d48c640a... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/14eaf5e44be16b040a9200e0d48c640a... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Vladislav Zavialov (@int-index)