diff options
Diffstat (limited to 'testsuite/tests/ado/T13242a.stderr')
-rw-r--r-- | testsuite/tests/ado/T13242a.stderr | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/testsuite/tests/ado/T13242a.stderr b/testsuite/tests/ado/T13242a.stderr index 4ada4ecaed..08b643cd10 100644 --- a/testsuite/tests/ado/T13242a.stderr +++ b/testsuite/tests/ado/T13242a.stderr @@ -25,12 +25,11 @@ T13242a.hs:13:13: error: prevents the constraint ‘(Eq a0)’ from being solved. Relevant bindings include x :: a0 (bound at T13242a.hs:10:5) Probable fix: use a type annotation to specify what ‘a0’ should be. - These potential instances exist: + Potentially matching instances: instance Eq Ordering -- Defined in ‘GHC.Classes’ instance Eq Integer -- Defined in ‘GHC.Num.Integer’ - instance Eq () -- Defined in ‘GHC.Classes’ - ...plus N others - ...plus N instances involving out-of-scope types + ...plus 23 others + ...plus five instances involving out-of-scope types (use -fprint-potential-instances to see them all) • In a stmt of a 'do' block: return (x == x) In the expression: |