[Git][ghc/ghc][wip/T25647] Fix T25647a

Patrick (@soulomoon) gitlab at gitlab.haskell.org
Sat Feb 8 15:17:33 UTC 2025



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


Commits:
945e730f by Patrick at 2025-02-08T23:17:25+08:00
Fix T25647a

- - - - -


1 changed file:

- testsuite/tests/typecheck/should_compile/T25647a.hs


Changes:

=====================================
testsuite/tests/typecheck/should_compile/T25647a.hs
=====================================
@@ -88,5 +88,5 @@ type Dix9 :: RuntimeRep -> Type
 data family Dix9 r
 newtype instance Dix9 _r = Dix9 Int
 
-dix8 :: Dix9 FloatRep -> Int
-dix8 (Dix9 x) = x
+dix9 :: Dix9 FloatRep -> Int
+dix9 (Dix9 x) = x



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/945e730ffee35196cf6a1996ee2a5a1d81f79d2c
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/20250208/562686aa/attachment.html>


More information about the ghc-commits mailing list