diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T7148.stderr')
-rw-r--r-- | testsuite/tests/deriving/should_fail/T7148.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/deriving/should_fail/T7148.stderr b/testsuite/tests/deriving/should_fail/T7148.stderr index 487d2da622..90c253eacf 100644 --- a/testsuite/tests/deriving/should_fail/T7148.stderr +++ b/testsuite/tests/deriving/should_fail/T7148.stderr @@ -1,5 +1,5 @@ -T7148.hs:27:40: error: +T7148.hs:27:40: error: [GHC-25897] • Couldn't match type ‘b’ with ‘Tagged a b’ arising from the coercion of the method ‘iso2’ from type ‘forall b1. SameType b1 () -> SameType b1 b’ @@ -9,7 +9,7 @@ T7148.hs:27:40: error: at T7148.hs:27:40-46 • When deriving the instance for (IsoUnit (Tagged a b)) -T7148.hs:27:40: error: +T7148.hs:27:40: error: [GHC-25897] • Couldn't match type ‘b’ with ‘Tagged a b’ arising from the coercion of the method ‘iso1’ from type ‘forall b1. SameType () b1 -> SameType b b1’ |