[Git][ghc/ghc][wip/T23109] wibble
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Fri May 3 19:18:50 UTC 2024
Simon Peyton Jones pushed to branch wip/T23109 at Glasgow Haskell Compiler / GHC
Commits:
a8392414 by Simon Peyton Jones at 2024-05-03T20:18:30+01:00
wibble
- - - - -
1 changed file:
- compiler/GHC/Types/Id.hs
Changes:
=====================================
compiler/GHC/Types/Id.hs
=====================================
@@ -606,7 +606,7 @@ hasNoBinding id = case Var.idDetails id of
-- We don't generate bindings for newtype
-- classes, so express that here
-- ToDo explain!
- _ -> isCompulsoryUnfolding (realIdUnfolding id)
+ _ -> isCompulsoryUnfolding (realIdUnfolding id)
-- Note: this function must be very careful not to force
-- any of the fields that aren't the 'uf_src' field of
-- the 'Unfolding' of the 'Id'. This is because these fields are computed
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a8392414f8db23997e039f76a738d253a3c006d3
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a8392414f8db23997e039f76a738d253a3c006d3
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/20240503/9bcfdd0e/attachment.html>
More information about the ghc-commits
mailing list