X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcMatches.lhs-boot;h=e50949f0f74ec898c42543cdbb31549c1b895dd3;hp=0afe7d221fcfa43085b61c4bd5d4d2a5ec61f318;hb=a8427a4125e9b78e88a487eeabf018f1c6e8bc08;hpb=ad192ab08564152e226535c179778a896598eac2 diff --git a/compiler/typecheck/TcMatches.lhs-boot b/compiler/typecheck/TcMatches.lhs-boot index 0afe7d2..e50949f 100644 --- a/compiler/typecheck/TcMatches.lhs-boot +++ b/compiler/typecheck/TcMatches.lhs-boot @@ -1,6 +1,6 @@ \begin{code} module TcMatches where -import HsSyn ( GRHSs, MatchGroup, ExprCoFn ) +import HsSyn ( GRHSs, MatchGroup, HsWrapper ) import Name ( Name ) import TcType ( BoxyRhoType ) import TcRnTypes( TcM, TcId ) @@ -9,8 +9,8 @@ tcGRHSsPat :: GRHSs Name -> BoxyRhoType -> TcM (GRHSs TcId) -tcMatchesFun :: Name +tcMatchesFun :: Name -> Bool -> MatchGroup Name -> BoxyRhoType - -> TcM (ExprCoFn, MatchGroup TcId) + -> TcM (HsWrapper, MatchGroup TcId) \end{code}