Reorganisation of the source tree
[ghc-hetmet.git] / compiler / typecheck / TcMatches.hi-boot-6
diff --git a/compiler/typecheck/TcMatches.hi-boot-6 b/compiler/typecheck/TcMatches.hi-boot-6
new file mode 100644 (file)
index 0000000..fb723a4
--- /dev/null
@@ -0,0 +1,10 @@
+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)