[project @ 2003-05-06 10:23:16 by simonpj]
authorsimonpj <unknown>
Tue, 6 May 2003 10:23:16 +0000 (10:23 +0000)
committersimonpj <unknown>
Tue, 6 May 2003 10:23:16 +0000 (10:23 +0000)
Formatting only

ghc/compiler/hsSyn/HsExpr.lhs

index 70888b9..a735195 100644 (file)
@@ -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.