summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-01-08 12:13:02 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2013-01-08 12:13:02 +0000
commitaace2453c1b532b43c1f978466ac83f4ffaae3e1 (patch)
tree4ee4042e150f0b50af1c14b248dfa137ffa26270 /testsuite/tests/annotations
parent0488163a64279d4b8fc4a6edaac47e0d117f4340 (diff)
downloadhaskell-aace2453c1b532b43c1f978466ac83f4ffaae3e1.tar.gz
Ambiguous-type wibbles
Diffstat (limited to 'testsuite/tests/annotations')
-rw-r--r--testsuite/tests/annotations/should_fail/annfail10.stderr2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/tests/annotations/should_fail/annfail10.stderr b/testsuite/tests/annotations/should_fail/annfail10.stderr
index 3813d719c2..c5b0356892 100644
--- a/testsuite/tests/annotations/should_fail/annfail10.stderr
+++ b/testsuite/tests/annotations/should_fail/annfail10.stderr
@@ -2,7 +2,6 @@
annfail10.hs:9:1:
No instance for (Data.Data.Data a0) arising from an annotation
The type variable `a0' is ambiguous
- Possible fix: add a type signature that fixes these type variable(s)
Note: there are several potential instances:
instance Data.Data.Data () -- Defined in `Data.Data'
instance (Data.Data.Data a, Data.Data.Data b) =>
@@ -18,7 +17,6 @@ annfail10.hs:9:1:
annfail10.hs:9:11:
No instance for (Num a0) arising from the literal `1'
The type variable `a0' is ambiguous
- Possible fix: add a type signature that fixes these type variable(s)
Note: there are several potential instances:
instance Num Double -- Defined in `GHC.Float'
instance Num Float -- Defined in `GHC.Float'