[Git][ghc/ghc][wip/T25647] disable DixC10 from T25647a
Patrick (@soulomoon)
gitlab at gitlab.haskell.org
Sun Feb 16 22:36:32 UTC 2025
Patrick pushed to branch wip/T25647 at Glasgow Haskell Compiler / GHC
Commits:
2d4019c3 by Patrick at 2025-02-17T06:36:23+08:00
disable DixC10 from T25647a
- - - - -
1 changed file:
- testsuite/tests/typecheck/should_compile/T25647a.hs
Changes:
=====================================
testsuite/tests/typecheck/should_compile/T25647a.hs
=====================================
@@ -92,7 +92,7 @@ dix9 :: Dix9 FloatRep -> Int
dix9 (Dix9 x) = x
-- anonymous wildcard should work
-class DixC10 a where
- type Dix10 a
-instance DixC10 Int where
- type Dix10 _ = Bool
+-- class DixC10 a where
+-- type Dix10 a
+-- instance DixC10 Int where
+-- type Dix10 _ = Bool
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2d4019c393d97e22500647402657f9fb76564970
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2d4019c393d97e22500647402657f9fb76564970
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/20250216/e439b665/attachment.html>
More information about the ghc-commits
mailing list