diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/readFail008.stderr')
-rw-r--r-- | testsuite/tests/parser/should_fail/readFail008.stderr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_fail/readFail008.stderr b/testsuite/tests/parser/should_fail/readFail008.stderr new file mode 100644 index 0000000000..a2701740b0 --- /dev/null +++ b/testsuite/tests/parser/should_fail/readFail008.stderr @@ -0,0 +1,6 @@ + +readFail008.hs:5:15: + A newtype constructor cannot have a strictness annotation, + but ‛T’ does + In the definition of data constructor ‛T’ + In the newtype declaration for ‛N’ |