summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T8959b.stderr
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krz.gogolewski@gmail.com>2018-12-19 19:17:20 +0100
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2018-12-19 20:57:06 +0100
commitd555d4beb457f485aa122d118903f6f926f054f8 (patch)
tree5ef4852ae9c31f9a88d3850c24990a762f6f428f /testsuite/tests/ghci/scripts/T8959b.stderr
parentde50f8fd432f88d26a08b07c7bf08c5bff25472e (diff)
downloadhaskell-d555d4beb457f485aa122d118903f6f926f054f8.tar.gz
Use unicode arrows with -fprint-unicode-syntax
Summary: See #8959, this is one more place where we can pretty-print Unicode syntax. Test Plan: validate Reviewers: nomeata, bgamari Reviewed By: bgamari Subscribers: rwbarton, carter GHC Trac Issues: #8959 Differential Revision: https://phabricator.haskell.org/D5439
Diffstat (limited to 'testsuite/tests/ghci/scripts/T8959b.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/T8959b.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/T8959b.stderr b/testsuite/tests/ghci/scripts/T8959b.stderr
index 28b48fdba8..a814d2e5cb 100644
--- a/testsuite/tests/ghci/scripts/T8959b.stderr
+++ b/testsuite/tests/ghci/scripts/T8959b.stderr
@@ -12,5 +12,5 @@ T8959b.hs:8:7: error:
T8959b.hs:10:7: error:
• Couldn't match expected type ‘(∀ a2. a2 → a2) → a1’
with actual type ‘()’
- • In the expression: () ∷ (∀ a. a -> a) -> a
- In an equation for ‘baz’: baz = () ∷ (∀ a. a -> a) -> a
+ • In the expression: () ∷ (∀ a. a → a) → a
+ In an equation for ‘baz’: baz = () ∷ (∀ a. a → a) → a