f499b052c54b087d9eda332c477566583959564f
[ghc-hetmet.git] / ghc / compiler / deSugar / Match.hi-boot
1 _interface_ Match 1
2 _exports_
3 Match match matchExport matchSimply;
4 _declarations_
5 1 match _:_ [Id.Id] -> [DsUtils.EquationInfo] -> DsMonad.DsM DsUtils.MatchResult ;;
6 1 matchExport _:_ [Id.Id] -> [DsUtils.EquationInfo] -> DsMonad.DsM DsUtils.MatchResult ;;
7 1 matchSimply _:_ CoreSyn.CoreExpr -> DsMonad.DsMatchKind -> TcHsSyn.TypecheckedPat -> Type.Type -> CoreSyn.CoreExpr -> CoreSyn.CoreExpr -> DsMonad.DsM CoreSyn.CoreExpr ;;