X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Frename%2FRnTypes.lhs;h=20803bea40a80725a3bab902c77b26998e637752;hb=ea807c3ab68876c5b00eebed57207d4902f5d2c4;hp=b1df31b8bc39549eb27de4f104605141e5be199a;hpb=979761bcf53bdb03e95e82e0463676ba80cdc0ce;p=ghc-hetmet.git diff --git a/compiler/rename/RnTypes.lhs b/compiler/rename/RnTypes.lhs index b1df31b..20803be 100644 --- a/compiler/rename/RnTypes.lhs +++ b/compiler/rename/RnTypes.lhs @@ -490,7 +490,7 @@ checkSectionPrec direction section op arg checkErr (op_prec < arg_prec || op_prec == arg_prec && direction == assoc) (sectionPrecErr (ppr_op op_name, op_fix) - (pp_arg_op, arg_fix) section) + (pp_arg_op, arg_fix) section) \end{code} Precedence-related error messages