X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcExpr.lhs-boot;h=ec36034510abcca9dc00f4a3f0aa5751277e5578;hb=a99906e5272be7c6212327a32c83eac0a9b08b4b;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}