[Git][ghc/ghc][wip/T21623] Wibble
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Thu Aug 11 23:14:17 UTC 2022
Simon Peyton Jones pushed to branch wip/T21623 at Glasgow Haskell Compiler / GHC
Commits:
3a71c769 by Simon Peyton Jones at 2022-08-12T00:14:36+01:00
Wibble
- - - - -
1 changed file:
- compiler/GHC/CoreToIface.hs
Changes:
=====================================
compiler/GHC/CoreToIface.hs
=====================================
@@ -340,7 +340,7 @@ toIfaceAppArgsX fr kind ty_args
| null ty_args
= IA_Nil
| otherwise
- = go (mkEmptyvSubst in_scope) kind ty_args
+ = go (mkEmptySubst in_scope) kind ty_args
where
in_scope = mkInScopeSet (tyCoVarsOfTypes ty_args)
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3a71c7693b8950dea31c1f9b4c724e6ffcf7cfaf
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3a71c7693b8950dea31c1f9b4c724e6ffcf7cfaf
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/20220811/e6a43753/attachment.html>
More information about the ghc-commits
mailing list