X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcMatches.hi-boot-6;h=3a4865a9425677fb07647be370ce0d14469fa17a;hb=3f1b316d7035c55cd712cd39a9981339bcef2e8c;hp=fb723a452771f048ed94927801a0491283d8410b;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcMatches.hi-boot-6 b/compiler/typecheck/TcMatches.hi-boot-6 index fb723a4..3a4865a 100644 --- a/compiler/typecheck/TcMatches.hi-boot-6 +++ b/compiler/typecheck/TcMatches.hi-boot-6 @@ -2,9 +2,10 @@ 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 + -> GHC.Base.Bool -> HsExpr.MatchGroup Name.Name -> TcType.BoxyRhoType - -> TcRnTypes.TcM (HsBinds.ExprCoFn, HsExpr.MatchGroup Var.Id) + -> TcRnTypes.TcM (HsBinds.HsWrapper, HsExpr.MatchGroup TcRnTypes.TcId)