ghc-7.4.1: The GHC API

Safe HaskellSafe-Infered

TcMatches

Documentation

type TcStmtChecker = forall thing. HsStmtContext Name -> Stmt Name -> TcRhoType -> (TcRhoType -> TcM thing) -> TcM (Stmt TcId, thing)Source