From: simonpj@microsoft.com Date: Tue, 12 Aug 2008 08:18:22 +0000 (+0000) Subject: Layout only X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ea807c3ab68876c5b00eebed57207d4902f5d2c4 Layout only --- 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