X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcMatches.hi-boot-6;fp=ghc%2Fcompiler%2Ftypecheck%2FTcMatches.hi-boot-6;h=25d13a53e78ed34cf4c677441989950228832fb6;hp=aca8a45c9d790c018916c0813a320fe5eb5ea052;hb=550421384b8364cdaf3135f7859c9f7d7ee1fff1;hpb=60ea58ab5cbf8428997d5aa8ec9163a50fe5aed3 diff --git a/ghc/compiler/typecheck/TcMatches.hi-boot-6 b/ghc/compiler/typecheck/TcMatches.hi-boot-6 index aca8a45..25d13a5 100644 --- a/ghc/compiler/typecheck/TcMatches.hi-boot-6 +++ b/ghc/compiler/typecheck/TcMatches.hi-boot-6 @@ -1,11 +1,10 @@ module TcMatches where -tcGRHSsPat :: RnHsSyn.RenamedGRHSs +tcGRHSsPat :: HsExpr.GRHSs Name.Name -> TcUnify.Expected TcType.TcType - -> TcRnTypes.TcM TcHsSyn.TcGRHSs + -> TcRnTypes.TcM (HsExpr.GRHSs Var.Id) tcMatchesFun :: Name.Name - -> [RnHsSyn.RenamedMatch] + -> [HsExpr.LMatch Name.Name] -> TcUnify.Expected TcType.TcType - -> TcRnTypes.TcM [TcHsSyn.TcMatch] - + -> TcRnTypes.TcM [HsExpr.LMatch Var.Id]