From: simonpj Date: Tue, 6 May 2003 10:23:16 +0000 (+0000) Subject: [project @ 2003-05-06 10:23:16 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~930 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2327a85d09b2afb5d9d3e2417fac066c5b1e75f1;p=ghc-hetmet.git [project @ 2003-05-06 10:23:16 by simonpj] Formatting only --- 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.