summaryrefslogtreecommitdiff
path: root/ghc/compiler/rename/RnExpr.hi-boot-6
blob: 8f6c7f154b99c00e41fba7f5cb978aaa0395a2e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
module RnExpr where

rnLExpr :: HsExpr.LHsExpr RdrName.RdrName
	-> TcRnTypes.RnM (HsExpr.LHsExpr Name.Name, NameSet.FreeVars)

rnStmts :: forall thing.
	   HsExpr.HsStmtContext Name.Name -> [HsExpr.LStmt RdrName.RdrName] 
	-> TcRnTypes.RnM (thing, NameSet.FreeVars)
	-> TcRnTypes.RnM (([HsExpr.LStmt Name.Name], thing), NameSet.FreeVars)