diff options
-rw-r--r-- | compiler/typecheck/TcMatches.hi-boot-6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/typecheck/TcMatches.hi-boot-6 b/compiler/typecheck/TcMatches.hi-boot-6 index b32523238b..3a4865a942 100644 --- a/compiler/typecheck/TcMatches.hi-boot-6 +++ b/compiler/typecheck/TcMatches.hi-boot-6 @@ -5,6 +5,7 @@ tcGRHSsPat :: HsExpr.GRHSs Name.Name -> TcRnTypes.TcM (HsExpr.GRHSs TcRnTypes.TcId) tcMatchesFun :: Name.Name + -> GHC.Base.Bool -> HsExpr.MatchGroup Name.Name -> TcType.BoxyRhoType -> TcRnTypes.TcM (HsBinds.HsWrapper, HsExpr.MatchGroup TcRnTypes.TcId) |