X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcMatches.hi-boot-5;h=43e2330683ef7fd79f5986df69710f28c58dfe5c;hb=28a464a75e14cece5db40f2765a29348273ff2d2;hp=044339d4ff0b3a3062ddc9d5a128871acf8c7132;hpb=1c62b517711ac232a8024d91fd4b317a6804d28e;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcMatches.hi-boot-5 b/ghc/compiler/typecheck/TcMatches.hi-boot-5 index 044339d..43e2330 100644 --- a/ghc/compiler/typecheck/TcMatches.hi-boot-5 +++ b/ghc/compiler/typecheck/TcMatches.hi-boot-5 @@ -1,14 +1,10 @@ __interface TcMatches 1 0 where -__export TcMatches tcGRHSs tcMatchesFun; -1 tcGRHSs :: - RnHsSyn.RenamedGRHSs - -> TcMonad.TcType - -> HsExpr.HsMatchContext - -> TcMonad.TcM (TcHsSyn.TcGRHSs, Inst.LIE) ; -1 tcMatchesFun :: - [(Name.Name,Var.Id)] - -> Name.Name - -> TcMonad.TcType - -> [RnHsSyn.RenamedMatch] - -> TcMonad.TcM ([TcHsSyn.TcMatch], Inst.LIE) ; +__export TcMatches tcGRHSsPat tcMatchesFun; +1 tcGRHSsPat :: HsExpr.GRHSs Name.Name + -> TcUnify.Expected TcType.TcType + -> TcRnTypes.TcM (HsExpr.GRHSs Var.Id) ; +1 tcMatchesFun :: Name.Name + -> [HsExpr.LMatch Name.Name] + -> TcUnify.Expected TcType.TcType + -> TcRnTypes.TcM [HsExpr.LMatch Var.Id] ;