From 2327a85d09b2afb5d9d3e2417fac066c5b1e75f1 Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 6 May 2003 10:23:16 +0000 Subject: [PATCH] [project @ 2003-05-06 10:23:16 by simonpj] Formatting only --- ghc/compiler/hsSyn/HsExpr.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/hsSyn/HsExpr.lhs b/ghc/compiler/hsSyn/HsExpr.lhs index 70888b9..a735195 100644 --- a/ghc/compiler/hsSyn/HsExpr.lhs +++ b/ghc/compiler/hsSyn/HsExpr.lhs @@ -55,7 +55,7 @@ data HsExpr id | OpApp (HsExpr id) -- left operand (HsExpr id) -- operator - Fixity -- Renamer adds fixity; bottom until then + Fixity -- Renamer adds fixity; bottom until then (HsExpr id) -- right operand -- We preserve prefix negation and parenthesis for the precedence parser. -- 1.7.10.4