Layout only
authorsimonpj@microsoft.com <unknown>
Tue, 12 Aug 2008 08:18:22 +0000 (08:18 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 12 Aug 2008 08:18:22 +0000 (08:18 +0000)
compiler/rename/RnTypes.lhs

index b1df31b..20803be 100644 (file)
@@ -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