[commit: ghc] wip/orf-reboot: Store just selector Name in FieldOcc, not FieldLbl (7b12694)

git at git.haskell.org git at git.haskell.org
Tue Jul 14 20:53:15 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/orf-reboot
Link       : http://ghc.haskell.org/trac/ghc/changeset/7b12694f85eeec9594c3d81cfbfe7a6776510428/ghc

>---------------------------------------------------------------

commit 7b12694f85eeec9594c3d81cfbfe7a6776510428
Author: Adam Gundry <adam at well-typed.com>
Date:   Tue Jul 14 09:36:07 2015 +0100

    Store just selector Name in FieldOcc, not FieldLbl


>---------------------------------------------------------------

7b12694f85eeec9594c3d81cfbfe7a6776510428
 compiler/deSugar/DsMeta.hs         |  8 +++++---
 compiler/hsSyn/HsPat.hs            | 21 ++++++++-------------
 compiler/hsSyn/HsTypes.hs          | 10 +++++-----
 compiler/hsSyn/HsUtils.hs          |  2 +-
 compiler/hsSyn/PlaceHolder.hs      |  3 +--
 compiler/rename/RnEnv.hs           | 12 ++----------
 compiler/rename/RnExpr.hs          |  2 +-
 compiler/rename/RnPat.hs           | 12 ++++++------
 compiler/rename/RnTypes.hs         |  2 +-
 compiler/typecheck/TcExpr.hs       | 13 ++++++-------
 compiler/typecheck/TcHsSyn.hs      |  2 +-
 compiler/typecheck/TcPat.hs        |  6 +++---
 compiler/typecheck/TcTyClsDecls.hs |  2 +-
 13 files changed, 41 insertions(+), 54 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 7b12694f85eeec9594c3d81cfbfe7a6776510428


More information about the ghc-commits mailing list