Reorganisation of the source tree
[ghc-hetmet.git] / ghc / compiler / typecheck / TcMatches.hi-boot-5
diff --git a/ghc/compiler/typecheck/TcMatches.hi-boot-5 b/ghc/compiler/typecheck/TcMatches.hi-boot-5
deleted file mode 100644 (file)
index 43e2330..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-__interface TcMatches 1 0 where
-__export TcMatches tcGRHSsPat tcMatchesFun;
-1 tcGRHSsPat  :: HsExpr.GRHSs Name.Name
-             -> TcUnify.Expected TcType.TcType
-             -> TcRnTypes.TcM (HsExpr.GRHSs Var.Id) ;
-
-1 tcMatchesFun :: Name.Name
-            -> [HsExpr.LMatch Name.Name]
-            -> TcUnify.Expected TcType.TcType
-            -> TcRnTypes.TcM [HsExpr.LMatch Var.Id] ;