[commit: ghc] master: Don't export isTcReflCo_maybe (unused) (3f59647)
git at git.haskell.org
git at git.haskell.org
Mon Mar 24 10:26:54 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3f5964770ac20790741638e23f798f0ff8e9e2da/ghc
>---------------------------------------------------------------
commit 3f5964770ac20790741638e23f798f0ff8e9e2da
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Mar 21 15:25:30 2014 +0000
Don't export isTcReflCo_maybe (unused)
>---------------------------------------------------------------
3f5964770ac20790741638e23f798f0ff8e9e2da
compiler/typecheck/TcEvidence.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcEvidence.lhs b/compiler/typecheck/TcEvidence.lhs
index 3471b32..0ad4456 100644
--- a/compiler/typecheck/TcEvidence.lhs
+++ b/compiler/typecheck/TcEvidence.lhs
@@ -25,7 +25,7 @@ module TcEvidence (
mkTcSymCo, mkTcTransCo, mkTcNthCo, mkTcLRCo, mkTcSubCo,
mkTcAxiomRuleCo,
tcCoercionKind, coVarsOfTcCo, isEqVar, mkTcCoVarCo,
- isTcReflCo, isTcReflCo_maybe, getTcCoVar_maybe,
+ isTcReflCo, getTcCoVar_maybe,
tcCoercionRole, eqVarRole,
coercionToTcCoercion
) where
More information about the ghc-commits
mailing list