X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FdeSugar%2FMatch.hi-boot-6;h=dcc479bed4bf24b01db6fe923ad38198d4277aff;hb=550421384b8364cdaf3135f7859c9f7d7ee1fff1;hp=e7f5e1ae9257e03e17db500dec352e2dbe104107;hpb=60ea58ab5cbf8428997d5aa8ec9163a50fe5aed3;p=ghc-hetmet.git diff --git a/ghc/compiler/deSugar/Match.hi-boot-6 b/ghc/compiler/deSugar/Match.hi-boot-6 index e7f5e1a..dcc479b 100644 --- a/ghc/compiler/deSugar/Match.hi-boot-6 +++ b/ghc/compiler/deSugar/Match.hi-boot-6 @@ -12,7 +12,7 @@ matchExport matchSimply :: CoreSyn.CoreExpr -> HsExpr.HsMatchContext Var.Id - -> TcHsSyn.TypecheckedPat + -> HsPat.LPat Var.Id -> CoreSyn.CoreExpr -> CoreSyn.CoreExpr -> DsMonad.DsM CoreSyn.CoreExpr @@ -20,6 +20,6 @@ matchSimply matchSinglePat :: CoreSyn.CoreExpr -> DsMonad.DsMatchContext - -> TcHsSyn.TypecheckedPat + -> HsPat.LPat Var.Id -> DsUtils.MatchResult -> DsMonad.DsM DsUtils.MatchResult