diff options
author | simonpj <simonpj@microsoft.com> | 2006-02-01 17:14:51 +0000 |
---|---|---|
committer | simonpj <simonpj@microsoft.com> | 2006-02-01 17:14:51 +0000 |
commit | d8532a2ba3c9b1118fc4884fea8facc506332580 (patch) | |
tree | 7f6c71623e595855955430d0a5fd5b4e23c860f9 /testsuite/tests/ghc-regress/module/mod47.stderr | |
parent | a4c271fac936c497507faca092d742759cf4b98a (diff) | |
download | haskell-d8532a2ba3c9b1118fc4884fea8facc506332580.tar.gz |
Update to track improvements in typechecker
Diffstat (limited to 'testsuite/tests/ghc-regress/module/mod47.stderr')
-rw-r--r-- | testsuite/tests/ghc-regress/module/mod47.stderr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/module/mod47.stderr b/testsuite/tests/ghc-regress/module/mod47.stderr index e3070772cf..01711ceebb 100644 --- a/testsuite/tests/ghc-regress/module/mod47.stderr +++ b/testsuite/tests/ghc-regress/module/mod47.stderr @@ -2,5 +2,6 @@ mod47.hs:6:0: Could not deduce (Num a) from the context (Eq a, Enum a) arising from the superclasses of an instance declaration at mod47.hs:6:0 - Probable fix: add (Num a) to the instance declaration superclass context + Possible fix: + add (Num a) to the instance declaration superclass context In the instance declaration for `Bar [a]' |