X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcExpr.lhs-boot;h=6a75a1090ad28d7eb4849f125c2bc6035f68c4e6;hb=1a9245caefb80a3c4c5965aaacdf9a607e792e1c;hp=ec36034510abcca9dc00f4a3f0aa5751277e5578;hpb=f16dbbbe59cf3aa19c5fd384560a1b89076d7bc8;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcExpr.lhs-boot b/compiler/typecheck/TcExpr.lhs-boot index ec36034..6a75a10 100644 --- a/compiler/typecheck/TcExpr.lhs-boot +++ b/compiler/typecheck/TcExpr.lhs-boot @@ -10,7 +10,7 @@ tcPolyExpr :: -> BoxySigmaType -> TcM (LHsExpr TcId) -tcMonoExpr :: +tcMonoExpr, tcMonoExprNC :: LHsExpr Name -> BoxyRhoType -> TcM (LHsExpr TcId)