[Git][ghc/ghc][wip/T22924] Wibble

Simon Peyton Jones (@simonpj) gitlab at gitlab.haskell.org
Thu Feb 9 10:12:45 UTC 2023



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


Commits:
a47ed9d2 by Simon Peyton Jones at 2023-02-09T10:13:18+00:00
Wibble

- - - - -


1 changed file:

- compiler/GHC/Tc/Solver/Rewrite.hs


Changes:

=====================================
compiler/GHC/Tc/Solver/Rewrite.hs
=====================================
@@ -498,7 +498,7 @@ rewrite_one (TyVarTy tv)
 rewrite_one (AppTy ty1 ty2)
   = rewrite_app_tys ty1 [ty2]
 
-rewrite_one ty@(TyConApp tc tys)
+rewrite_one (TyConApp tc tys)
   -- If it's a type family application, try to reduce it
   | isTypeFamilyTyCon tc
   = rewrite_fam_app tc tys



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a47ed9d202e7b26f3fda0dacda245f9e61f5c052
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/20230209/d0962405/attachment.html>


More information about the ghc-commits mailing list