diff options
Diffstat (limited to 'testsuite/tests/th/TH_unresolvedInfix2.stderr')
-rw-r--r-- | testsuite/tests/th/TH_unresolvedInfix2.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/th/TH_unresolvedInfix2.stderr b/testsuite/tests/th/TH_unresolvedInfix2.stderr index 4baa35a351..57d93dc896 100644 --- a/testsuite/tests/th/TH_unresolvedInfix2.stderr +++ b/testsuite/tests/th/TH_unresolvedInfix2.stderr @@ -1,9 +1,9 @@ TH_unresolvedInfix2.hs:14:11: - The operator ‛:+’ [infixl 6] of a section + The operator ‘:+’ [infixl 6] of a section must have lower precedence than that of the operand, - namely ‛:+’ [infixl 6] - in the section: ‛:+ N :+ N’ + namely ‘:+’ [infixl 6] + in the section: ‘:+ N :+ N’ In the splice: $(let plus = conE ... |