diff options
Diffstat (limited to 'testsuite/tests/module/mod56.stderr')
-rw-r--r-- | testsuite/tests/module/mod56.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/module/mod56.stderr b/testsuite/tests/module/mod56.stderr index 44560cb764..4e3bb98fa4 100644 --- a/testsuite/tests/module/mod56.stderr +++ b/testsuite/tests/module/mod56.stderr @@ -1,8 +1,8 @@ mod56.hs:4:39: - Can't make a derived instance of ‛Ix T’: - ‛T’ must be an enumeration type + 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 declaration for ‛T’ + ‘T’ must have precisely one constructor + In the data declaration for ‘T’ |