Reorganisation of the source tree
[ghc-hetmet.git] / ghc / compiler / typecheck / TcMatches.lhs-boot
diff --git a/ghc/compiler/typecheck/TcMatches.lhs-boot b/ghc/compiler/typecheck/TcMatches.lhs-boot
deleted file mode 100644 (file)
index 18a79fa..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-\begin{code}
-module TcMatches where
-import HsSyn   ( GRHSs, MatchGroup, ExprCoFn )
-import Name    ( Name )
-import Var     ( Id )
-import TcType  ( BoxyRhoType )
-import TcRnTypes( TcM )
-
-tcGRHSsPat    :: GRHSs Name
-             -> BoxyRhoType
-             -> TcM (GRHSs Id)
-
-tcMatchesFun :: Name
-            -> MatchGroup Name
-            -> BoxyRhoType
-            -> TcM (ExprCoFn, MatchGroup Id)
-\end{code}