diff options
Diffstat (limited to 'testsuite/tests/patsyn/should_fail/T10873.stderr')
-rw-r--r-- | testsuite/tests/patsyn/should_fail/T10873.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/patsyn/should_fail/T10873.stderr b/testsuite/tests/patsyn/should_fail/T10873.stderr index af151bbde7..45e0e01d4e 100644 --- a/testsuite/tests/patsyn/should_fail/T10873.stderr +++ b/testsuite/tests/patsyn/should_fail/T10873.stderr @@ -1,5 +1,5 @@ -T10873.hs:6:24: error: +T10873.hs:6:24: error: [GHC-39999] • No instance for ‘Show a’ arising from the "provided" constraints claimed by the signature of ‘Pat1’ @@ -8,7 +8,7 @@ T10873.hs:6:24: error: does not provide the constraint (Show a) • In the declaration for pattern synonym ‘Pat1’ -T10873.hs:10:23: error: +T10873.hs:10:23: error: [GHC-39999] • Could not deduce ‘Show a’ arising from the "provided" constraints claimed by the signature of ‘Pat2’ |