From 79cbcc814c79530c422076aed116fb8ae12c020d Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 20 May 2005 11:31:46 +0000 Subject: [PATCH] [project @ 2005-05-20 11:31:46 by simonpj] Comments 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 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) -- 1.7.10.4