ghc-7.6.2: The GHC API

Safe HaskellNone

TcMatches

Documentation

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