[Git][ghc/ghc][wip/T23109] Wibble
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Thu May 16 20:37:56 UTC 2024
Simon Peyton Jones pushed to branch wip/T23109 at Glasgow Haskell Compiler / GHC
Commits:
080f77e1 by Simon Peyton Jones at 2024-05-16T21:37:40+01:00
Wibble
- - - - -
1 changed file:
- compiler/GHC/Tc/Zonk/Type.hs
Changes:
=====================================
compiler/GHC/Tc/Zonk/Type.hs
=====================================
@@ -598,8 +598,6 @@ zonkIdBndr :: TcId -> ZonkTcM Id
zonkIdBndr v
= do { Scaled w' ty' <- zonkScaledTcTypeToTypeX (idScaledType v)
; return $ setIdMult (setIdType v ty') w' }
- where
- unf = realIdUnfolding v
zonkIdBndrs :: [TcId] -> ZonkTcM [Id]
zonkIdBndrs ids = mapM zonkIdBndr ids
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/080f77e188e5d2d18a456649cbd2d4f59d01b843
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/080f77e188e5d2d18a456649cbd2d4f59d01b843
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/20240516/c7ec78f9/attachment.html>
More information about the ghc-commits
mailing list