From: quintela Date: Tue, 2 Dec 1997 18:17:04 +0000 (+0000) Subject: [project @ 1997-12-02 18:17:04 by quintela] X-Git-Tag: Approx_2487_patches~1209 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8faf32ad72884534f39e7f29895173203b8c9fd2;p=ghc-hetmet.git [project @ 1997-12-02 18:17:04 by quintela] Added matchExport to export list and changes matchSimply and match types --- diff --git a/ghc/compiler/deSugar/Match.hi-boot b/ghc/compiler/deSugar/Match.hi-boot index e76bc35..f499b05 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 ;;