[Git][ghc/ghc][wip/T25647] Fix T9357
Patrick (@soulomoon)
gitlab at gitlab.haskell.org
Fri Feb 7 14:18:47 UTC 2025
Patrick pushed to branch wip/T25647 at Glasgow Haskell Compiler / GHC
Commits:
695c17ae by Patrick at 2025-02-07T22:18:39+08:00
Fix T9357
- - - - -
1 changed file:
- testsuite/tests/indexed-types/should_fail/T9357.stderr
Changes:
=====================================
testsuite/tests/indexed-types/should_fail/T9357.stderr
=====================================
@@ -1,4 +1,4 @@
T9357.hs:12:15: error: [GHC-91510]
- ⢠Illegal polymorphic type: forall (a :: TYPE t). a -> a
+ Illegal polymorphic type: forall a. a -> a
⢠In the type family instance declaration for âFâ
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/695c17ae7a600fab6b7aecf74c0c9ff1a7682cd7
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/695c17ae7a600fab6b7aecf74c0c9ff1a7682cd7
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/8d1267f5/attachment-0001.html>
More information about the ghc-commits
mailing list