[commit: ghc] wip/rae: s/Invisible/Inferred/g s/Visible/Required/g (1b4cab5)
git at git.haskell.org
git at git.haskell.org
Fri Jun 24 12:59:38 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/1b4cab521b42be652d505e90d40bf85e6c852c4b/ghc
>---------------------------------------------------------------
commit 1b4cab521b42be652d505e90d40bf85e6c852c4b
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.
>---------------------------------------------------------------
1b4cab521b42be652d505e90d40bf85e6c852c4b
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 1b4cab521b42be652d505e90d40bf85e6c852c4b
More information about the ghc-commits
mailing list