ghc-6.12.1: The GHC APISource codeContentsIndex
RnExpr
Documentation
rnLExpr :: LHsExpr RdrName -> RnM (LHsExpr Name, FreeVars)Source
rnExpr :: HsExpr RdrName -> RnM (HsExpr Name, FreeVars)Source
rnStmts :: HsStmtContext Name -> [LStmt RdrName] -> RnM (thing, FreeVars) -> RnM (([LStmt Name], thing), FreeVars)Source
Produced by Haddock version 2.6.0