X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FcoreSyn%2FCoreSubst.lhs;h=f63968e0fa132574c14e861875c0f1001fcb34fc;hb=7f5ccbc6872a51cd60e9bd0fc549938f83d6c1f4;hp=e08cdb8faa8a3c761f76c895ad277ecaa92db257;hpb=e79c9ce01d0ce4412bd4bcd99c8c728a6a2ec569;p=ghc-hetmet.git diff --git a/compiler/coreSyn/CoreSubst.lhs b/compiler/coreSyn/CoreSubst.lhs index e08cdb8..f63968e 100644 --- a/compiler/coreSyn/CoreSubst.lhs +++ b/compiler/coreSyn/CoreSubst.lhs @@ -12,7 +12,7 @@ module CoreSubst ( -- ** Substituting into expressions and related types deShadowBinds, - substTy, substExpr, substSpec, substWorker, + substTy, substExpr, substBind, substSpec, substWorker, lookupIdSubst, lookupTvSubst, -- ** Operations on substitutions