Reorganisation of the source tree
[ghc-hetmet.git] / compiler / rename / RnExpr.hi-boot-6
1 module RnExpr where\r
2 \r
3 rnLExpr :: HsExpr.LHsExpr RdrName.RdrName\r
4         -> TcRnTypes.RnM (HsExpr.LHsExpr Name.Name, NameSet.FreeVars)\r
5 \r
6 rnStmts :: forall thing.\r
7            HsExpr.HsStmtContext Name.Name -> [HsExpr.LStmt RdrName.RdrName] \r
8         -> TcRnTypes.RnM (thing, NameSet.FreeVars)\r
9         -> TcRnTypes.RnM (([HsExpr.LStmt Name.Name], thing), NameSet.FreeVars)\r
10 \r
11 \r