From 8faf32ad72884534f39e7f29895173203b8c9fd2 Mon Sep 17 00:00:00 2001
From: quintela <unknown>
Date: Tue, 2 Dec 1997 18:17:04 +0000
Subject: [PATCH] [project @ 1997-12-02 18:17:04 by quintela] Added matchExport
 to export list and changes matchSimply and match types

---
 ghc/compiler/deSugar/Match.hi-boot | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/ghc/compiler/deSugar/Match.hi-boot b/ghc/compiler/deSugar/Match.hi-boot
index e76bc35e9456..f499b052c54b 100644
--- a/ghc/compiler/deSugar/Match.hi-boot
+++ b/ghc/compiler/deSugar/Match.hi-boot
@@ -1,6 +1,7 @@
 _interface_ Match 1
 _exports_
-Match match matchSimply;
+Match match matchExport matchSimply;
 _declarations_
-1 match _:_ [Id.Id] -> [DsUtils.EquationInfo] -> [DsUtils.EquationInfo] -> DsMonad.DsM DsUtils.MatchResult ;;
-1 matchSimply _:_ CoreSyn.CoreExpr -> TcHsSyn.TypecheckedPat -> Type.Type -> CoreSyn.CoreExpr -> CoreSyn.CoreExpr -> DsMonad.DsM CoreSyn.CoreExpr ;;
+1 match _:_ [Id.Id] -> [DsUtils.EquationInfo] -> DsMonad.DsM DsUtils.MatchResult ;;
+1 matchExport _:_ [Id.Id] -> [DsUtils.EquationInfo] -> DsMonad.DsM DsUtils.MatchResult ;;
+1 matchSimply _:_ CoreSyn.CoreExpr -> DsMonad.DsMatchKind -> TcHsSyn.TypecheckedPat -> Type.Type -> CoreSyn.CoreExpr -> CoreSyn.CoreExpr -> DsMonad.DsM CoreSyn.CoreExpr ;;
-- 
GitLab