From 5ca2f4dd447e8961e2ae09c0a45f4bd45d015411 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 1 Feb 2006 10:55:44 +0000 Subject: [PATCH] Yet another fix to an old hi-boot-6 file --- ghc/compiler/typecheck/TcMatches.hi-boot-6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/typecheck/TcMatches.hi-boot-6 b/ghc/compiler/typecheck/TcMatches.hi-boot-6 index 4c4dbf7..fb723a4 100644 --- a/ghc/compiler/typecheck/TcMatches.hi-boot-6 +++ b/ghc/compiler/typecheck/TcMatches.hi-boot-6 @@ -7,4 +7,4 @@ tcGRHSsPat :: HsExpr.GRHSs Name.Name tcMatchesFun :: Name.Name -> HsExpr.MatchGroup Name.Name -> TcType.BoxyRhoType - -> TcRnTypes.TcM (HsExpr.MatchGroup Var.Id) + -> TcRnTypes.TcM (HsBinds.ExprCoFn, HsExpr.MatchGroup Var.Id) -- 1.7.10.4