[commit: ghc] master: A raft of comments about TyBinders (067335a)
git at git.haskell.org
git at git.haskell.org
Fri Mar 25 09:28:04 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/067335a6724a406cbe0a956def8972682f531255/ghc
>---------------------------------------------------------------
commit 067335a6724a406cbe0a956def8972682f531255
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Mar 25 09:28:31 2016 +0000
A raft of comments about TyBinders
I had a conversation with Richard about TyBinders
and VisibilityFlags. This patch adds a lot of comments
to explain what is going on. I feel much more secure now.
Richard please check.
>---------------------------------------------------------------
067335a6724a406cbe0a956def8972682f531255
compiler/basicTypes/DataCon.hs | 114 +++++++-------
compiler/basicTypes/PatSyn.hs | 25 ++--
compiler/iface/BuildTyCl.hs | 73 ++++++++-
compiler/typecheck/TcTyClsDecls.hs | 2 +-
compiler/types/TyCoRep.hs | 300 +++++++++++++++++++++++++------------
compiler/types/TyCon.hs | 189 ++++++++++++-----------
6 files changed, 429 insertions(+), 274 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 067335a6724a406cbe0a956def8972682f531255
More information about the ghc-commits
mailing list