ghc-7.0.3: The GHC API

TcMatches

Documentation

tcStmts :: HsStmtContext Name -> TcStmtChecker -> [LStmt Name] -> TcRhoType -> (TcRhoType -> TcM thing) -> TcM ([LStmt TcId], thing)Source

tcDoStmt :: TcStmtCheckerSource

tcMDoStmt :: (LHsExpr Name -> TcM (LHsExpr TcId, TcType)) -> TcStmtCheckerSource

tcGuardStmt :: TcStmtCheckerSource