[commit: ghc] master: Remove dead quantifyTyVars (fbb27d7)
git at git.haskell.org
git at git.haskell.org
Thu Apr 13 08:27:15 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/fbb27d77b9c707008344f4c49fbb8d1015efb739/ghc
>---------------------------------------------------------------
commit fbb27d77b9c707008344f4c49fbb8d1015efb739
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Apr 12 16:20:13 2017 +0100
Remove dead quantifyTyVars
This patch
* removes a function TcMType.quantifyTyVars
that was never called
* renames quantifyZonkedTyVars to quantifyTyVars
Plus a few comments. No functional change at all
>---------------------------------------------------------------
fbb27d77b9c707008344f4c49fbb8d1015efb739
compiler/typecheck/TcHsType.hs | 2 +-
compiler/typecheck/TcMType.hs | 76 +++++++++++++++-----------------------
compiler/typecheck/TcRules.hs | 2 +-
compiler/typecheck/TcSimplify.hs | 6 +--
compiler/typecheck/TcTyClsDecls.hs | 24 +++++++++---
5 files changed, 54 insertions(+), 56 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 fbb27d77b9c707008344f4c49fbb8d1015efb739
More information about the ghc-commits
mailing list