[project @ 1997-12-02 18:17:04 by quintela]
authorquintela <unknown>
Tue, 2 Dec 1997 18:17:04 +0000 (18:17 +0000)
committerquintela <unknown>
Tue, 2 Dec 1997 18:17:04 +0000 (18:17 +0000)
Added matchExport to export list and changes matchSimply and match types

ghc/compiler/deSugar/Match.hi-boot

index e76bc35..f499b05 100644 (file)
@@ -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 ;;