[commit: ghc] master: Change ATyVar to only have a *tyvar* not a *type* in it (a2fe5d2)
Simon Peyton Jones
simonpj at microsoft.com
Thu Feb 16 16:11:26 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a2fe5d213544787e8ad378dd518ebd3da3642c90
>---------------------------------------------------------------
commit a2fe5d213544787e8ad378dd518ebd3da3642c90
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Feb 16 13:46:13 2012 +0000
Change ATyVar to only have a *tyvar* not a *type* in it
This isn't really a forced change, but is a useful tidy-up
compiler/typecheck/TcBinds.lhs | 2 +-
compiler/typecheck/TcEnv.lhs | 41 +++++++++++++++++++-------
compiler/typecheck/TcErrors.lhs | 11 ++++---
compiler/typecheck/TcExpr.lhs | 2 +-
compiler/typecheck/TcHsType.lhs | 60 +++++++++++++++++++++----------------
compiler/typecheck/TcMType.lhs | 40 +++++++-----------------
compiler/typecheck/TcRnMonad.lhs | 22 +------------
compiler/typecheck/TcSplice.lhs | 8 ++--
compiler/typecheck/TcType.lhs | 5 ++-
9 files changed, 94 insertions(+), 97 deletions(-)
Diff suppressed because of size. To see it, use:
git show a2fe5d213544787e8ad378dd518ebd3da3642c90
More information about the Cvs-ghc
mailing list