diff options
author | Sebastian Reuße <seb@wirrsal.net> | 2015-09-15 14:20:01 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-09-15 16:25:31 +0200 |
commit | 14c4090e384d9ac5bf434a8a77bbf552bf463023 (patch) | |
tree | dab79e94eb8263350e1884bbe0de414beb9fbaea /testsuite/tests/ghci/scripts/T8959b.stderr | |
parent | 12b0bb6f15caa5b4b01d0330a7a8d23e3c10842c (diff) | |
download | haskell-14c4090e384d9ac5bf434a8a77bbf552bf463023.tar.gz |
Pretty: fix unicode arrow operators.
As per issue #10509, the documentation gave the wrong glyphs for Unicode
alternatives to the -< and >- arrow operators (the codepoints were
correct, but the glyphs were not). The incorrect glyphs have also
made it into the error output. This replaces those characters with the
correct versions.
GHC Trac Issues: #10883
Diffstat (limited to 'testsuite/tests/ghci/scripts/T8959b.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/T8959b.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/T8959b.stderr b/testsuite/tests/ghci/scripts/T8959b.stderr index 4f1ac7a97b..6a20f07421 100644 --- a/testsuite/tests/ghci/scripts/T8959b.stderr +++ b/testsuite/tests/ghci/scripts/T8959b.stderr @@ -6,8 +6,8 @@ T8959b.hs:5:7: T8959b.hs:8:7: Couldn't match expected type ‘()’ with actual type ‘t0 → m0 t0’ - In the expression: proc x -> do { return ↢ x } - In an equation for ‘bar’: bar = proc x -> do { return ↢ x } + In the expression: proc x -> do { return ⤙ x } + In an equation for ‘bar’: bar = proc x -> do { return ⤙ x } T8959b.hs:10:7: Couldn't match expected type ‘(∀ a2. a2 → a2) → a1’ |