blob: 4a5577f6fcc1ae155e117125962a61cc9817d373 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
TH_unresolvedInfix2.hs:14:11:
The operator ‘:+’ [infixl 6] of a section
must have lower precedence than that of the operand,
namely ‘:+’ [infixl 6]
in the section: ‘:+ N :+ N’
In the untyped splice:
$(let
plus = conE '(:+)
n = conE 'N
in infixE Nothing plus (Just $ uInfixE n plus n))
|