[Git][ghc/ghc][wip/T23923-mikolaj-take-2] dummy
Mikolaj Konarski (@Mikolaj)
gitlab at gitlab.haskell.org
Thu Mar 7 22:50:19 UTC 2024
Mikolaj Konarski pushed to branch wip/T23923-mikolaj-take-2 at Glasgow Haskell Compiler / GHC
Commits:
d74bc723 by Mikolaj Konarski at 2024-03-07T23:50:08+01:00
dummy
- - - - -
1 changed file:
- compiler/GHC/Core/TyCo/Rep.hs
Changes:
=====================================
compiler/GHC/Core/TyCo/Rep.hs
=====================================
@@ -1,4 +1,3 @@
-
{-# LANGUAGE DeriveDataTypeable #-}
{-# OPTIONS_HADDOCK not-home #-}
@@ -1817,6 +1816,8 @@ foldTyCo (TyCoFolder { tcf_view = view
= let !env' = tycobinder env tv vis -- Avoid building a thunk here
in go_ty env (varType tv) `mappend` go_ty env' inner
+
+
-- Explicit recursion because using foldr builds a local
-- loop (with env free) and I'm not confident it'll be
-- lambda lifted in the end
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d74bc7237300750eec8dc917bd86d1d4e1f2cde9
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d74bc7237300750eec8dc917bd86d1d4e1f2cde9
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/20240307/ded039af/attachment.html>
More information about the ghc-commits
mailing list