X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FdeSugar%2FMatch.hi-boot-6;h=51e15897f9139cf8a43f2a482b431a540b72c094;hb=508a505e9853984bfdaa3ad855ae3fcbc6d31787;hp=168daf46a7babdcee8b98fd2151723a1bfd0f7aa;hpb=f9d8c8e0ab44b24d06b654d98543e8b39d4ebeca;p=ghc-hetmet.git diff --git a/ghc/compiler/deSugar/Match.hi-boot-6 b/ghc/compiler/deSugar/Match.hi-boot-6 index 168daf4..51e1589 100644 --- a/ghc/compiler/deSugar/Match.hi-boot-6 +++ b/ghc/compiler/deSugar/Match.hi-boot-6 @@ -2,8 +2,8 @@ module Match where match :: [Var.Id] -> TcType.TcType - -> [DsUtils.EquationInfo] - -> DsMonad.DsM DsUtils.MatchResult + -> [DsMonad.EquationInfo] + -> DsMonad.DsM DsMonad.MatchResult matchWrapper :: HsExpr.HsMatchContext Name.Name @@ -23,5 +23,5 @@ matchSinglePat -> DsMonad.DsMatchContext -> HsPat.LPat Var.Id -> TcType.TcType - -> DsUtils.MatchResult - -> DsMonad.DsM DsUtils.MatchResult + -> DsMonad.MatchResult + -> DsMonad.DsM DsMonad.MatchResult