Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch :
http://hackage.haskell.org/trac/ghc/changeset/699f2732add39bff4e77549b67a7fe78f2969dfb >--------------------------------------------------------------- commit 699f2732add39bff4e77549b67a7fe78f2969dfb Author: Max Bolingbroke <batterseapo...@hotmail.com> 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, _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc