[commit: ghc] wip/ttypeable: Start implementing library side of TTypeable (0ac9466)
git at git.haskell.org
git at git.haskell.org
Sun Jan 29 20:18:09 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ttypeable
Link : http://ghc.haskell.org/trac/ghc/changeset/0ac9466dc8429b995f1cf6e7fe27c2ade08bd194/ghc
>---------------------------------------------------------------
commit 0ac9466dc8429b995f1cf6e7fe27c2ade08bd194
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Jan 30 00:04:54 2016 +0100
Start implementing library side of TTypeable
>---------------------------------------------------------------
0ac9466dc8429b995f1cf6e7fe27c2ade08bd194
compiler/deSugar/DsBinds.hs | 79 +++--
compiler/prelude/PrelNames.hs | 72 +++--
compiler/typecheck/TcEvidence.hs | 20 +-
compiler/typecheck/TcHsSyn.hs | 8 +-
compiler/typecheck/TcInteract.hs | 65 +++-
compiler/utils/Binary.hs | 55 +++-
libraries/base/Data/Dynamic.hs | 49 +--
libraries/base/Data/Type/Equality.hs | 6 +
libraries/base/Data/Typeable.hs | 191 ++++++++----
libraries/base/Data/Typeable/Internal.hs | 509 +++++++++++++++++--------------
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/binary | 2 +-
libraries/bytestring | 2 +-
libraries/dph | 2 +-
libraries/ghc-boot/GHC/Serialized.hs | 16 +-
libraries/ghc-prim/GHC/Types.hs | 15 +-
libraries/ghci/GHCi/TH/Binary.hs | 57 ++++
libraries/pretty | 2 +-
nofib | 2 +-
23 files changed, 801 insertions(+), 424 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 0ac9466dc8429b995f1cf6e7fe27c2ade08bd194
More information about the ghc-commits
mailing list