X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcMatches.hi-boot-6;h=b32523238b0b8fb4c08d3ad8091df364684d12e2;hp=fb723a452771f048ed94927801a0491283d8410b;hb=c1681a73fa4ca4cf8758264ae387ac09a9e900d8;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1 diff --git a/compiler/typecheck/TcMatches.hi-boot-6 b/compiler/typecheck/TcMatches.hi-boot-6 index fb723a4..b325232 100644 --- a/compiler/typecheck/TcMatches.hi-boot-6 +++ b/compiler/typecheck/TcMatches.hi-boot-6 @@ -2,9 +2,9 @@ module TcMatches where tcGRHSsPat :: HsExpr.GRHSs Name.Name -> TcType.BoxyRhoType - -> TcRnTypes.TcM (HsExpr.GRHSs Var.Id) + -> TcRnTypes.TcM (HsExpr.GRHSs TcRnTypes.TcId) tcMatchesFun :: Name.Name -> HsExpr.MatchGroup Name.Name -> TcType.BoxyRhoType - -> TcRnTypes.TcM (HsBinds.ExprCoFn, HsExpr.MatchGroup Var.Id) + -> TcRnTypes.TcM (HsBinds.HsWrapper, HsExpr.MatchGroup TcRnTypes.TcId)