X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcMatches.hi-boot-5;h=881a6cfde19c4981b378080f9efe42823b385219;hb=cbb5beb0ecef58ae6e47fa62e144a0855644f50a;hp=d54594a40cfc59db52f2a8a94b31502ad1103877;hpb=2c6d73e2ca9a545c4295c6f532cd3612e7fd3d8d;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcMatches.hi-boot-5 b/ghc/compiler/typecheck/TcMatches.hi-boot-5 index d54594a..881a6cf 100644 --- a/ghc/compiler/typecheck/TcMatches.hi-boot-5 +++ b/ghc/compiler/typecheck/TcMatches.hi-boot-5 @@ -2,12 +2,12 @@ __interface TcMatches 1 0 where __export TcMatches tcGRHSs tcMatchesFun; 1 tcGRHSs :: HsExpr.HsMatchContext Name.Name -> RnHsSyn.RenamedGRHSs - -> TcMonad.TcType - -> TcMonad.TcM (TcHsSyn.TcGRHSs, Inst.LIE) ; + -> TcType.TcType + -> TcRnTypes.TcM TcHsSyn.TcGRHSs ; 1 tcMatchesFun :: [(Name.Name,Var.Id)] -> Name.Name - -> TcMonad.TcType + -> TcType.TcType -> [RnHsSyn.RenamedMatch] - -> TcMonad.TcM ([TcHsSyn.TcMatch], Inst.LIE) ; + -> TcRnTypes.TcM [TcHsSyn.TcMatch] ;