diff options
Diffstat (limited to 'testsuite/tests/module/mod43.stderr')
-rw-r--r-- | testsuite/tests/module/mod43.stderr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod43.stderr b/testsuite/tests/module/mod43.stderr new file mode 100644 index 0000000000..7fc4da0b8b --- /dev/null +++ b/testsuite/tests/module/mod43.stderr @@ -0,0 +1,7 @@ + +mod43.hs:3:10: + Illegal instance declaration for `Eq String' + (All instance types must be of the form (T t1 ... tn) + where T is not a synonym. + Use -XTypeSynonymInstances if you want to disable this.) + In the instance declaration for `Eq String' |