[commit: ghc] wip/rae: s/Invisible/Inferred/g s/Visible/Required/g (2b534ca)
git at git.haskell.org
git at git.haskell.org
Fri Jun 24 23:18:47 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/2b534ca98351ce9ef7f342fd51a9bb25c0e3f0a8/ghc
>---------------------------------------------------------------
commit 2b534ca98351ce9ef7f342fd51a9bb25c0e3f0a8
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Thu Jun 23 16:26:29 2016 -0400
s/Invisible/Inferred/g s/Visible/Required/g
This renames VisibilityFlag from
> data VisibilityFlag = Visible | Specified | Invisible
to
> data ArgFlag = Required | Specified | Inferred
The old name was quite confusing, because both Specified
and Invisible were invisible! The new names are hopefully clearer.
>---------------------------------------------------------------
2b534ca98351ce9ef7f342fd51a9bb25c0e3f0a8
compiler/basicTypes/DataCon.hs | 8 ++--
compiler/basicTypes/Var.hs | 83 +++++++++++++++++++------------------
compiler/iface/BuildTyCl.hs | 20 ++++-----
compiler/iface/IfaceType.hs | 18 ++++----
compiler/iface/TcIface.hs | 4 +-
compiler/prelude/TysWiredIn.hs | 2 +-
compiler/prelude/TysWiredIn.hs-boot | 4 +-
compiler/typecheck/Inst.hs | 6 +--
compiler/typecheck/TcBinds.hs | 8 ++--
compiler/typecheck/TcCanonical.hs | 4 +-
compiler/typecheck/TcErrors.hs | 2 +-
compiler/typecheck/TcExpr.hs | 4 +-
compiler/typecheck/TcGenDeriv.hs | 4 +-
compiler/typecheck/TcHsType.hs | 6 +--
compiler/typecheck/TcInstDcls.hs | 2 +-
compiler/typecheck/TcPatSyn.hs | 8 ++--
compiler/typecheck/TcRnDriver.hs | 2 +-
compiler/typecheck/TcRnTypes.hs | 2 +-
compiler/typecheck/TcSigs.hs | 2 +-
compiler/typecheck/TcTyClsDecls.hs | 4 +-
compiler/typecheck/TcTyDecls.hs | 15 +++----
compiler/typecheck/TcType.hs | 58 ++++++++++++++------------
compiler/types/Coercion.hs | 2 +-
compiler/types/TyCoRep.hs | 80 +++++++++++++++++------------------
compiler/types/TyCon.hs | 24 +++++------
compiler/types/Type.hs | 34 +++++++--------
26 files changed, 206 insertions(+), 200 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 2b534ca98351ce9ef7f342fd51a9bb25c0e3f0a8
More information about the ghc-commits
mailing list