[Git][ghc/ghc][wip/spj-reinstallable-base] Wibble check-exact
Simon Peyton Jones pushed to branch wip/spj-reinstallable-base at Glasgow Haskell Compiler / GHC Commits: 89f87d1c by Simon Peyton Jones at 2026-04-07T00:02:22+01:00 Wibble check-exact - - - - - 1 changed file: - utils/check-exact/Utils.hs Changes: ===================================== utils/check-exact/Utils.hs ===================================== @@ -557,7 +557,7 @@ isSymbolRdrName n = isSymOcc $ rdrNameOcc n rdrName2String :: RdrName -> String rdrName2String r = - case isExact_maybe r of + case rdrNameExactName_maybe r of Just n -> name2String n Nothing -> case r of View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/89f87d1ca7c23a459a8f71ee046cba96... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/89f87d1ca7c23a459a8f71ee046cba96... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Peyton Jones (@simonpj)