diff options
Diffstat (limited to 'testsuite/tests/dependent/should_fail/PromotedClass.stderr')
-rw-r--r-- | testsuite/tests/dependent/should_fail/PromotedClass.stderr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/dependent/should_fail/PromotedClass.stderr b/testsuite/tests/dependent/should_fail/PromotedClass.stderr new file mode 100644 index 0000000000..544124ed07 --- /dev/null +++ b/testsuite/tests/dependent/should_fail/PromotedClass.stderr @@ -0,0 +1,6 @@ + +PromotedClass.hs:10:15: error: + • Illegal constraint in a type: Show a0 + • In the first argument of ‘Proxy’, namely ‘MkX True’ + In the type signature: + foo :: Proxy (MkX True) |