summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/UnliftedNewtypesMultiFieldGadt.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/UnliftedNewtypesMultiFieldGadt.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/UnliftedNewtypesMultiFieldGadt.stderr15
1 files changed, 11 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_fail/UnliftedNewtypesMultiFieldGadt.stderr b/testsuite/tests/typecheck/should_fail/UnliftedNewtypesMultiFieldGadt.stderr
index 70493e0d96..3ecec3fdf0 100644
--- a/testsuite/tests/typecheck/should_fail/UnliftedNewtypesMultiFieldGadt.stderr
+++ b/testsuite/tests/typecheck/should_fail/UnliftedNewtypesMultiFieldGadt.stderr
@@ -1,5 +1,12 @@
-UnliftedNewtypesMultiFieldGadt.hs:19:3:
- The constructor of a newtype must have exactly one field
- but ‘FooC’ has two
- In the definition of data constructor ‘FooC’
+
+UnliftedNewtypesMultiFieldGadt.hs:19:11: error:
+ • Expecting an unlifted type, but ‘Bool’ is lifted
+ • In the type ‘Bool’
+ In the definition of data constructor ‘FooC’
+ In the newtype declaration for ‘Foo’
+
+UnliftedNewtypesMultiFieldGadt.hs:19:19: error:
+ • Expecting an unlifted type, but ‘Char’ is lifted
+ • In the type ‘Char’
+ In the definition of data constructor ‘FooC’
In the newtype declaration for ‘Foo’