| ||||
| ||||
| Documentation | ||||
| rnLExpr :: LHsExpr RdrName -> RnM (LHsExpr Name, FreeVars) | ||||
| rnExpr :: HsExpr RdrName -> RnM (HsExpr Name, FreeVars) | ||||
| rnStmts :: HsStmtContext Name -> [LStmt RdrName] -> RnM (thing, FreeVars) -> RnM (([LStmt Name], thing), FreeVars) | ||||
| Produced by Haddock version 2.7.2 |