summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/compiler/T5837.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2014-11-21 11:33:16 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2014-11-21 11:36:25 +0000
commiteaccc72162194d12a33aa454b57c126bcabcdd5d (patch)
treed5b0d0ee74f0af4d83842566ad54be7ea9cdc5e7 /testsuite/tests/perf/compiler/T5837.stderr
parent1b6988e773229ed10a12ca157117d12826609c07 (diff)
downloadhaskell-eaccc72162194d12a33aa454b57c126bcabcdd5d.tar.gz
Wibbles (usually improvements) to error messages
Diffstat (limited to 'testsuite/tests/perf/compiler/T5837.stderr')
-rw-r--r--testsuite/tests/perf/compiler/T5837.stderr3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/T5837.stderr b/testsuite/tests/perf/compiler/T5837.stderr
index 193bff1728..f3ee82ca66 100644
--- a/testsuite/tests/perf/compiler/T5837.stderr
+++ b/testsuite/tests/perf/compiler/T5837.stderr
@@ -157,5 +157,6 @@ T5837.hs:8:6:
(TF
(TF
Int)))))))))))))))))))))))))))))))))))))))))))))))))))
- In the ambiguity check for: forall a. (a ~ TF (a, Int)) => Int
+ In the ambiguity check for the type signature for ‘t’:
+ t :: forall a. (a ~ TF (a, Int)) => Int
In the type signature for ‘t’: t :: (a ~ TF (a, Int)) => Int