[project @ 2002-09-13 08:54:44 by simonpj]
authorsimonpj <unknown>
Fri, 13 Sep 2002 08:54:44 +0000 (08:54 +0000)
committersimonpj <unknown>
Fri, 13 Sep 2002 08:54:44 +0000 (08:54 +0000)
Correct comments

ghc/compiler/rename/RnExpr.lhs

index 3992a64..f48d732 100644 (file)
@@ -616,8 +616,6 @@ rnStmt :: RdrNameStmt
 -- The thing list of names returned is the list returned by the
 -- thing_inside, plus the binders of the arguments stmt
 
--- Because of mutual recursion we have to pass in rnExpr.
-
 rnStmt (ParStmt stmtss) thing_inside
   = mapFvRn rnStmts stmtss             `thenRn` \ (bndrstmtss, fv_stmtss) ->
     let binderss = map fst bndrstmtss