[commit: ghc] wip/typeable-unwired: Attempt to unwire Typeable representation types (d9281e1)
git at git.haskell.org
git at git.haskell.org
Fri Feb 12 12:23:38 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/typeable-unwired
Link : http://ghc.haskell.org/trac/ghc/changeset/d9281e12d2607c9c34011735b7dcf812a8b35af5/ghc
>---------------------------------------------------------------
commit d9281e12d2607c9c34011735b7dcf812a8b35af5
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Jan 30 17:22:53 2016 +0100
Attempt to unwire Typeable representation types
>---------------------------------------------------------------
d9281e12d2607c9c34011735b7dcf812a8b35af5
compiler/prelude/PrelNames.hs | 22 +++++++
compiler/prelude/TysWiredIn.hs | 62 +-----------------
compiler/typecheck/TcRnDriver.hs | 21 +++---
compiler/typecheck/TcTypeable.hs | 135 ++++++++++++++++++++++++---------------
libraries/ghc-prim/GHC/Types.hs | 2 +-
5 files changed, 117 insertions(+), 125 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 d9281e12d2607c9c34011735b7dcf812a8b35af5
More information about the ghc-commits
mailing list