diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/readFail003.stderr')
-rw-r--r-- | testsuite/tests/parser/should_fail/readFail003.stderr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_fail/readFail003.stderr b/testsuite/tests/parser/should_fail/readFail003.stderr index dbcc63f419..f43a759083 100644 --- a/testsuite/tests/parser/should_fail/readFail003.stderr +++ b/testsuite/tests/parser/should_fail/readFail003.stderr @@ -2,6 +2,12 @@ readFail003.hs:4:27: error: • Couldn't match expected type ‘(a, [a1], [a2])’ with actual type ‘a’ + ‘a’ is a rigid type variable bound by + the inferred types of + a :: a + b :: [a1] + c :: [a2] + at readFail003.hs:(4,1)-(8,26) • In the expression: a In a pattern binding: ~(a, b, c) |