Reorganisation of the source tree
[ghc-hetmet.git] / ghc / compiler / typecheck / TcMatches.hi-boot-6
diff --git a/ghc/compiler/typecheck/TcMatches.hi-boot-6 b/ghc/compiler/typecheck/TcMatches.hi-boot-6
deleted file mode 100644 (file)
index fb723a4..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-module TcMatches where
-
-tcGRHSsPat    :: HsExpr.GRHSs Name.Name
-             -> TcType.BoxyRhoType
-             -> TcRnTypes.TcM (HsExpr.GRHSs Var.Id)
-
-tcMatchesFun :: Name.Name
-            -> HsExpr.MatchGroup Name.Name
-            -> TcType.BoxyRhoType
-            -> TcRnTypes.TcM (HsBinds.ExprCoFn, HsExpr.MatchGroup Var.Id)