X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcExpr.lhs-boot;h=ec36034510abcca9dc00f4a3f0aa5751277e5578;hb=f670c47f9f93ffd6d06b331cd40554cd5e92484c;hp=be097ef485e130479e45eb33dc54698a8b4b1e47;hpb=1448e730dbd820e1380ea0a463590ace857bff68;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcExpr.lhs-boot b/compiler/typecheck/TcExpr.lhs-boot index be097ef..ec36034 100644 --- a/compiler/typecheck/TcExpr.lhs-boot +++ b/compiler/typecheck/TcExpr.lhs-boot @@ -15,7 +15,7 @@ tcMonoExpr :: -> BoxyRhoType -> TcM (LHsExpr TcId) -tcInferRho :: +tcInferRho, tcInferRhoNC :: LHsExpr Name -> TcM (LHsExpr TcId, TcRhoType) @@ -24,4 +24,5 @@ tcSyntaxOp :: -> HsExpr Name -> TcType -> TcM (HsExpr TcId) + \end{code}