[project @ 2005-01-27 10:44:00 by simonpj]
[ghc-hetmet.git] / ghc / compiler / deSugar / Match.hi-boot-6
index 168daf4..51e1589 100644 (file)
@@ -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