diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2014-11-21 11:33:16 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2014-11-21 11:36:25 +0000 |
commit | eaccc72162194d12a33aa454b57c126bcabcdd5d (patch) | |
tree | d5b0d0ee74f0af4d83842566ad54be7ea9cdc5e7 /testsuite/tests/perf/compiler/T5837.stderr | |
parent | 1b6988e773229ed10a12ca157117d12826609c07 (diff) | |
download | haskell-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.stderr | 3 |
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 |