[commit: ghc] wip/type-app: Remove unused def'n in hs-boot file (e5b506f)
git at git.haskell.org
git at git.haskell.org
Fri Aug 7 12:06:55 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/type-app
Link : http://ghc.haskell.org/trac/ghc/changeset/e5b506fa64451b8c6f72023c883f9d7e824c7f4a/ghc
>---------------------------------------------------------------
commit e5b506fa64451b8c6f72023c883f9d7e824c7f4a
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Wed Aug 5 10:39:33 2015 -0400
Remove unused def'n in hs-boot file
>---------------------------------------------------------------
e5b506fa64451b8c6f72023c883f9d7e824c7f4a
compiler/typecheck/TcExpr.hs-boot | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcExpr.hs-boot b/compiler/typecheck/TcExpr.hs-boot
index 5839ed2..2b11abb 100644
--- a/compiler/typecheck/TcExpr.hs-boot
+++ b/compiler/typecheck/TcExpr.hs-boot
@@ -23,7 +23,7 @@ tcInferSigma, tcInferSigmaNC ::
LHsExpr Name
-> TcM (LHsExpr TcId, TcSigmaType, CtOrigin)
-tcInferRho, tcInferRhoNC ::
+tcInferRho ::
LHsExpr Name
-> TcM (LHsExpr TcId, TcRhoType)
More information about the ghc-commits
mailing list