[commit: ghc] : Remove duplicate export of mkCvSubst (699f273)
Max Bolingbroke <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : http://hackage.haskell.org/trac/ghc/changeset/699f2732add39bff4e77549b67a7fe78f2969dfb >--------------------------------------------------------------- commit 699f2732add39bff4e77549b67a7fe78f2969dfb Author: Max Bolingbroke <[email protected]> Date: Thu May 10 09:47:00 2012 +0100 Remove duplicate export of mkCvSubst >--------------------------------------------------------------- compiler/types/Coercion.lhs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/types/Coercion.lhs b/compiler/types/Coercion.lhs index d70acbd..17317f8 100644 --- a/compiler/types/Coercion.lhs +++ b/compiler/types/Coercion.lhs @@ -57,7 +57,7 @@ module Coercion ( isEmptyCvSubst, zapCvSubstEnv, getCvInScope, substCo, substCos, substCoVar, substCoVars, substCoWithTy, substCoWithTys, - cvTvSubst, tvCvSubst, mkCvSubst, zipOpenCvSubst, + cvTvSubst, tvCvSubst, zipOpenCvSubst, substTy, extendTvSubst, extendCvSubstAndInScope, substTyVarBndr, substCoVarBndr,