[commit: ghc] wip/ttypeable: Start implementing library side of TTypeable (5f08b98)

git at git.haskell.org git at git.haskell.org
Wed Apr 13 17:54:23 UTC 2016


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

On branch  : wip/ttypeable
Link       : http://ghc.haskell.org/trac/ghc/changeset/5f08b9821980dd42a7f9f9a9a62acacbdb539e7c/ghc

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

commit 5f08b9821980dd42a7f9f9a9a62acacbdb539e7c
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Jan 30 00:04:54 2016 +0100

    Start implementing library side of TTypeable


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

5f08b9821980dd42a7f9f9a9a62acacbdb539e7c
 compiler/deSugar/DsBinds.hs              |  79 +++--
 compiler/prelude/PrelNames.hs            |  72 +++--
 compiler/typecheck/TcEvidence.hs         |  20 +-
 compiler/typecheck/TcHsSyn.hs            |   8 +-
 compiler/typecheck/TcInteract.hs         |  58 +++-
 compiler/utils/Binary.hs                 |  55 +++-
 libraries/base/Data/Dynamic.hs           |  51 +--
 libraries/base/Data/Type/Equality.hs     |   6 +
 libraries/base/Data/Typeable.hs          | 192 ++++++++----
 libraries/base/Data/Typeable/Internal.hs | 518 +++++++++++++++++--------------
 libraries/base/GHC/Conc/Sync.hs          |   4 -
 libraries/base/GHC/Show.hs               |   2 +-
 libraries/base/Type/Reflection.hs        |  43 +++
 libraries/base/Type/Reflection/Unsafe.hs |  20 ++
 libraries/base/base.cabal                |   4 +-
 libraries/ghc-boot/GHC/Serialized.hs     |  16 +-
 libraries/ghc-prim/GHC/Types.hs          |  18 +-
 libraries/ghci/GHCi/TH/Binary.hs         |  57 ++++
 nofib                                    |   2 +-
 19 files changed, 795 insertions(+), 430 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 5f08b9821980dd42a7f9f9a9a62acacbdb539e7c


More information about the ghc-commits mailing list