[commit: ghc] wip/hasfield: Remove Proxy# argument from HasField and make poly-kinded (319ec37)

git at git.haskell.org git at git.haskell.org
Sat Oct 8 16:15:21 UTC 2016


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

On branch  : wip/hasfield
Link       : http://ghc.haskell.org/trac/ghc/changeset/319ec378d3d5ada0a1e5c12351baf2fa2dea6591/ghc

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

commit 319ec378d3d5ada0a1e5c12351baf2fa2dea6591
Author: Adam Gundry <adam at well-typed.com>
Date:   Sat Oct 8 13:12:24 2016 +0100

    Remove Proxy# argument from HasField and make poly-kinded


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

319ec378d3d5ada0a1e5c12351baf2fa2dea6591
 compiler/typecheck/TcInteract.hs                   | 32 ++++------------------
 libraries/base/GHC/Records.hs                      | 17 +++++++-----
 .../should_fail/hasfieldfail01.hs                  |  5 ++--
 .../should_fail/hasfieldfail01.stderr              | 11 ++++----
 .../should_fail/hasfieldfail02.hs                  |  8 +++---
 .../should_fail/hasfieldfail02.stderr              | 12 ++++----
 .../overloadedrecflds/should_run/hasfieldrun01.hs  | 21 ++++++++------
 .../overloadedrecflds/should_run/hasfieldrun02.hs  |  5 ++--
 8 files changed, 48 insertions(+), 63 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 319ec378d3d5ada0a1e5c12351baf2fa2dea6591


More information about the ghc-commits mailing list