diff options
Diffstat (limited to 'testsuite/tests/module/mod56.stderr')
-rw-r--r-- | testsuite/tests/module/mod56.stderr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod56.stderr b/testsuite/tests/module/mod56.stderr new file mode 100644 index 0000000000..3dca4e2e10 --- /dev/null +++ b/testsuite/tests/module/mod56.stderr @@ -0,0 +1,8 @@ + +mod56.hs:4:39: + Can't make a derived instance of `Ix T': + `T' must be an enumeration type + (an enumeration consists of one or more nullary, non-GADT constructors) + or + `T' must have precisely one constructor + In the data type declaration for `T' |