More hi-boot-6 updates
[ghc-hetmet.git] / ghc / compiler / typecheck / TcMatches.hi-boot-6
index 1718a5c..4c4dbf7 100644 (file)
@@ -1,10 +1,10 @@
 module TcMatches where
 
 tcGRHSsPat    :: HsExpr.GRHSs Name.Name
-             -> TcType.Expected TcType.TcType
+             -> TcType.BoxyRhoType
              -> TcRnTypes.TcM (HsExpr.GRHSs Var.Id)
 
 tcMatchesFun :: Name.Name
             -> HsExpr.MatchGroup Name.Name
-            -> TcType.Expected TcType.TcType
+            -> TcType.BoxyRhoType
             -> TcRnTypes.TcM (HsExpr.MatchGroup Var.Id)