diff options
Diffstat (limited to 'testsuite/tests/th/TH_unresolvedInfix2.stderr')
-rw-r--r-- | testsuite/tests/th/TH_unresolvedInfix2.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/th/TH_unresolvedInfix2.stderr b/testsuite/tests/th/TH_unresolvedInfix2.stderr index a23cd4ae91..fab508a331 100644 --- a/testsuite/tests/th/TH_unresolvedInfix2.stderr +++ b/testsuite/tests/th/TH_unresolvedInfix2.stderr @@ -1,9 +1,9 @@ TH_unresolvedInfix2.hs:12: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 result of the splice: $(let plus = conE ':+ @@ -15,7 +15,7 @@ TH_unresolvedInfix2.hs:12:11: plus = conE ... n = conE ... in infixE Nothing plus (Just $ uInfixE n plus n)) - In an equation for `expr': + In an equation for ‛expr’: expr = $(let plus = ... |