X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Frename%2FRnExpr.lhs-boot;h=5fba8c35fa4e8d9e7b34a28d5497e784e527ef4b;hb=9a82b1ffa35fa4c3927c66a1037a37d436cf6aac;hp=b03f50a89023f82e3ed7b61233ed82802a004182;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/rename/RnExpr.lhs-boot b/compiler/rename/RnExpr.lhs-boot index b03f50a..5fba8c3 100644 --- a/compiler/rename/RnExpr.lhs-boot +++ b/compiler/rename/RnExpr.lhs-boot @@ -9,7 +9,7 @@ import TcRnTypes rnLExpr :: LHsExpr RdrName -> RnM (LHsExpr Name, FreeVars) -rnStmts :: forall thing. +rnStmts :: --forall thing. HsStmtContext Name -> [LStmt RdrName] -> RnM (thing, FreeVars) -> RnM (([LStmt Name], thing), FreeVars)