[commit: ghc] wip/rae: s/Invisible/Inferred/g s/Visible/Required/g (fb8053a)
git at git.haskell.org
git at git.haskell.org
Thu Jun 23 20:30:37 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/fb8053aae24a7243bd6055ab8f1da47137479ef5/ghc
>---------------------------------------------------------------
commit fb8053aae24a7243bd6055ab8f1da47137479ef5
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.
>---------------------------------------------------------------
fb8053aae24a7243bd6055ab8f1da47137479ef5
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/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 | 30 +++++++-------
25 files changed, 203 insertions(+), 197 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 fb8053aae24a7243bd6055ab8f1da47137479ef5
More information about the ghc-commits
mailing list