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