[Git][ghc/ghc][wip/romes/egraphs-pmc-2] Ww
Rodrigo Mesquita (@alt-romes)
gitlab at gitlab.haskell.org
Sat Oct 28 21:13:00 UTC 2023
Rodrigo Mesquita pushed to branch wip/romes/egraphs-pmc-2 at Glasgow Haskell Compiler / GHC
Commits:
a9f1335e by Rodrigo Mesquita at 2023-10-28T22:12:54+01:00
Ww
- - - - -
1 changed file:
- compiler/GHC/HsToCore/Pmc/Solver.hs
Changes:
=====================================
compiler/GHC/HsToCore/Pmc/Solver.hs
=====================================
@@ -828,7 +828,7 @@ addConCt nabla0 x alt tvs args = do
nabla3 <- case (alt, args) of
(PmAltConLike (RealDataCon dc), [y]) | isNewDataCon dc -> do
- (yid, nabla3) <- representId y nabla2
+ (_yid, nabla3) <- representId y nabla2
-- A newtype con and the underlying var are in the same e-class
-- nabla4 <- mergeVarIds xid yid nabla3
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a9f1335eb73340eb8b69544ee04c6763c8d8708a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a9f1335eb73340eb8b69544ee04c6763c8d8708a
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/20231028/a46453d2/attachment.html>
More information about the ghc-commits
mailing list