diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T15073.stderr')
-rw-r--r-- | testsuite/tests/deriving/should_fail/T15073.stderr | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/deriving/should_fail/T15073.stderr b/testsuite/tests/deriving/should_fail/T15073.stderr index 129efe496d..f39fd19bbc 100644 --- a/testsuite/tests/deriving/should_fail/T15073.stderr +++ b/testsuite/tests/deriving/should_fail/T15073.stderr @@ -2,8 +2,7 @@ T15073.hs:8:12: error: • Illegal unboxed tuple type as function argument: (# Foo a #) Perhaps you intended to use UnboxedTuples - • In the type signature: - p :: Foo a -> Solo# @'GHC.Types.LiftedRep (Foo a) + • In the type signature: p :: Foo a -> (# Foo a #) When typechecking the code for ‘p’ in a derived instance for ‘P (Foo a)’: To see the code I am typechecking, use -ddump-deriv |