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