[commit: ghc] master: Define mkTvSubst, and use it (fac0efc)
git at git.haskell.org
git at git.haskell.org
Mon Feb 8 17:47:29 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/fac0efc3f7a583a3b5b903b5c78e4f8455e95e17/ghc
>---------------------------------------------------------------
commit fac0efc3f7a583a3b5b903b5c78e4f8455e95e17
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Feb 8 17:36:52 2016 +0000
Define mkTvSubst, and use it
mkTvSubst :: InScopeSet -> TvSubstEnv -> TCvSubst
produces a TCvSubst with an empty CvSubstEnv
>---------------------------------------------------------------
fac0efc3f7a583a3b5b903b5c78e4f8455e95e17
compiler/typecheck/TcDeriv.hs | 4 +---
compiler/typecheck/TcGenDeriv.hs | 6 ++----
compiler/typecheck/TcInstDcls.hs | 4 +---
compiler/typecheck/TcType.hs | 2 +-
compiler/types/FamInstEnv.hs | 3 +--
compiler/types/TyCoRep.hs | 16 +++++++++++-----
compiler/types/Unify.hs | 18 ++++++++----------
7 files changed, 25 insertions(+), 28 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc fac0efc3f7a583a3b5b903b5c78e4f8455e95e17
More information about the ghc-commits
mailing list