[Git][ghc/ghc][wip/T21623] Wibble

Simon Peyton Jones (@simonpj) gitlab at gitlab.haskell.org
Thu Oct 27 18:55:50 UTC 2022



Simon Peyton Jones pushed to branch wip/T21623 at Glasgow Haskell Compiler / GHC


Commits:
ad81a5d1 by Simon Peyton Jones at 2022-10-27T19:55:36+01:00
Wibble

- - - - -


1 changed file:

- compiler/GHC/Tc/Validity.hs


Changes:

=====================================
compiler/GHC/Tc/Validity.hs
=====================================
@@ -941,7 +941,7 @@ checkVdqOK ve tvbs ty = do
   checkTcM (vdqAllowed ctxt || no_vdq)
            (env, TcRnVDQInTermType (Just (tidyType env ty)))
   where
-    no_vdq = all (isInvisibleForAllTyFlag . binderArgFlag) tvbs
+    no_vdq = all (isInvisibleForAllTyFlag . binderFlag) tvbs
     ValidityEnv{ve_tidy_env = env, ve_ctxt = ctxt} = ve
 
 {-



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ad81a5d1c4b769df0710b41b2e78b4287e02cd22

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ad81a5d1c4b769df0710b41b2e78b4287e02cd22
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/20221027/bd6915c1/attachment.html>


More information about the ghc-commits mailing list