[Git][ghc/ghc][wip/T25657] Wibble
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Mon Jan 20 09:19:47 UTC 2025
Simon Peyton Jones pushed to branch wip/T25657 at Glasgow Haskell Compiler / GHC
Commits:
f94b5a22 by Simon Peyton Jones at 2025-01-20T09:19:33+00:00
Wibble
- - - - -
1 changed file:
- compiler/GHC/Core/Lint.hs
Changes:
=====================================
compiler/GHC/Core/Lint.hs
=====================================
@@ -2782,8 +2782,8 @@ lintBranch this_co fam_tc branch arg_kinds
subst = zipTvSubst tvs tys `composeTCvSubst`
zipCvSubst cvs co_args
target = Type.substTys subst (coAxBranchLHS branch)
- in_scope = mkInScopeSet $
- unionVarSets (map (tyCoVarsOfTypes . coAxBranchLHS) incomps)
+-- in_scope = mkInScopeSet $
+-- unionVarSets (map (tyCoVarsOfTypes . coAxBranchLHS) incomps)
-- flattened_target = flattenTys in_scope target
check_no_conflict :: [Type] -> [CoAxBranch] -> Maybe CoAxBranch
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f94b5a22a94aa536a1f52c0a105e60bbf0469cc3
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f94b5a22a94aa536a1f52c0a105e60bbf0469cc3
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20250120/ea2113c6/attachment.html>
More information about the ghc-commits
mailing list