diff options
Diffstat (limited to 'compiler/deSugar/Match.hi-boot-5')
-rw-r--r-- | compiler/deSugar/Match.hi-boot-5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler/deSugar/Match.hi-boot-5 b/compiler/deSugar/Match.hi-boot-5 new file mode 100644 index 0000000000..42c200fbff --- /dev/null +++ b/compiler/deSugar/Match.hi-boot-5 @@ -0,0 +1,6 @@ +__interface Match 1 0 where +__export Match match matchExport matchSimply matchSinglePat; +1 match :: [Var.Id] -> [DsUtils.EquationInfo] -> DsMonad.DsM DsUtils.MatchResult ; +1 matchExport :: [Var.Id] -> [DsUtils.EquationInfo] -> DsMonad.DsM DsUtils.MatchResult ; +1 matchSimply :: CoreSyn.CoreExpr -> HsExpr.HsMatchContext Name.Name -> HsPat.LPat Var.Id -> CoreSyn.CoreExpr -> CoreSyn.CoreExpr -> DsMonad.DsM CoreSyn.CoreExpr ; +1 matchSinglePat :: CoreSyn.CoreExpr -> DsMonad.DsMatchContext -> HsPat.LPat Var.Id -> DsUtils.MatchResult -> DsMonad.DsM DsUtils.MatchResult ; |