X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcMatches.hi-boot-6;h=fb723a452771f048ed94927801a0491283d8410b;hb=5ca2f4dd447e8961e2ae09c0a45f4bd45d015411;hp=25d13a53e78ed34cf4c677441989950228832fb6;hpb=550421384b8364cdaf3135f7859c9f7d7ee1fff1;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcMatches.hi-boot-6 b/ghc/compiler/typecheck/TcMatches.hi-boot-6 index 25d13a5..fb723a4 100644 --- a/ghc/compiler/typecheck/TcMatches.hi-boot-6 +++ b/ghc/compiler/typecheck/TcMatches.hi-boot-6 @@ -1,10 +1,10 @@ module TcMatches where tcGRHSsPat :: HsExpr.GRHSs Name.Name - -> TcUnify.Expected TcType.TcType + -> TcType.BoxyRhoType -> TcRnTypes.TcM (HsExpr.GRHSs Var.Id) tcMatchesFun :: Name.Name - -> [HsExpr.LMatch Name.Name] - -> TcUnify.Expected TcType.TcType - -> TcRnTypes.TcM [HsExpr.LMatch Var.Id] + -> HsExpr.MatchGroup Name.Name + -> TcType.BoxyRhoType + -> TcRnTypes.TcM (HsBinds.ExprCoFn, HsExpr.MatchGroup Var.Id)