[Git][ghc/ghc][wip/T25647] fix T17536c

Patrick (@soulomoon) gitlab at gitlab.haskell.org
Fri Feb 7 14:16:31 UTC 2025



Patrick pushed to branch wip/T25647 at Glasgow Haskell Compiler / GHC


Commits:
69aac392 by Patrick at 2025-02-07T22:16:22+08:00
fix T17536c

- - - - -


1 changed file:

- testsuite/tests/indexed-types/should_compile/T17536c.hs


Changes:

=====================================
testsuite/tests/indexed-types/should_compile/T17536c.hs
=====================================
@@ -11,7 +11,7 @@ import GHC.Exts
 
 type R :: forall (r :: RuntimeRep) -> TYPE r -> Type
 type family R r a where
-  R r a = Int
+  R _ _ = Int
 
 r :: R FloatRep Float# -> Int
 r x = x



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/69aac3928c1720d0c6a3ca7b90710ff0fb3b0878
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/20250207/1596bf43/attachment.html>


More information about the ghc-commits mailing list