From: simonpj Date: Fri, 20 May 2005 11:31:46 +0000 (+0000) Subject: [project @ 2005-05-20 11:31:46 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~506 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=79cbcc814c79530c422076aed116fb8ae12c020d;p=ghc-hetmet.git [project @ 2005-05-20 11:31:46 by simonpj] Comments only --- diff --git a/ghc/compiler/hsSyn/HsExpr.lhs b/ghc/compiler/hsSyn/HsExpr.lhs index de3ae9e..3f06196 100644 --- a/ghc/compiler/hsSyn/HsExpr.lhs +++ b/ghc/compiler/hsSyn/HsExpr.lhs @@ -703,7 +703,7 @@ data Stmt id | LetStmt [HsBindGroup id] -- ParStmts only occur in a list comprehension - | ParStmt [([LStmt id], [id])] -- After remaing, the ids are the binders + | ParStmt [([LStmt id], [id])] -- After renaming, the ids are the binders -- bound by the stmts and used subsequently -- Recursive statement (see Note [RecStmt] below)