
Andreas Klebinger pushed to branch wip/andreask/spec_tyfams at Glasgow Haskell Compiler / GHC Commits: c9f54e65 by Andreas Klebinger at 2025-04-25T16:18:48+02:00 Dont make comment seem like haddock - - - - - 1 changed file: - compiler/GHC/Core/Opt/Specialise.hs Changes: ===================================== compiler/GHC/Core/Opt/Specialise.hs ===================================== @@ -3179,7 +3179,7 @@ interestingDict :: CoreExpr -> Type -> Bool interestingDict arg arg_ty -- No benefit to specalizing for a ~# b I believe | not (isEqPred arg_ty) = False - -- | not (typeDeterminesValue arg_ty) = False -- See Note [Type determines value] + -- | not (typeDeterminesValue arg_ty) = False -- See Note [Type determines value] | otherwise = go arg where go (Var v) = hasSomeUnfolding (idUnfolding v) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c9f54e653bf638a76c6a9e246442aaa0... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c9f54e653bf638a76c6a9e246442aaa0... You're receiving this email because of your account on gitlab.haskell.org.