[Git][ghc/ghc][wip/int-index/forall-keyword] testsuite: Fix PprUnicodeSyntax
Vladislav Zavialov (@int-index)
gitlab at gitlab.haskell.org
Sun Jul 30 15:52:37 UTC 2023
Vladislav Zavialov pushed to branch wip/int-index/forall-keyword at Glasgow Haskell Compiler / GHC
Commits:
a897b71c by Vladislav Zavialov at 2023-07-30T18:51:47+03:00
testsuite: Fix PprUnicodeSyntax
- - - - -
1 changed file:
- testsuite/tests/printer/PprUnicodeSyntax.hs
Changes:
=====================================
testsuite/tests/printer/PprUnicodeSyntax.hs
=====================================
@@ -1,3 +1,4 @@
{-# LANGUAGE UnicodeSyntax #-}
-foo x = addToEnv (∀)
+foo :: ∀ a. a -> a
+foo = id
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a897b71c31660de375ec07a4631217e946599206
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a897b71c31660de375ec07a4631217e946599206
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/20230730/7a985a2a/attachment-0001.html>
More information about the ghc-commits
mailing list