[commit: ghc] wip/zap-coercions: Hello (38d3c67)
git at git.haskell.org
git at git.haskell.org
Thu Mar 21 20:00:58 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/zap-coercions
Link : http://ghc.haskell.org/trac/ghc/changeset/38d3c67873187174f78ebec24f80f5af5dbd8f7f/ghc
>---------------------------------------------------------------
commit 38d3c67873187174f78ebec24f80f5af5dbd8f7f
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Nov 23 15:50:45 2018 -0500
Hello
>---------------------------------------------------------------
38d3c67873187174f78ebec24f80f5af5dbd8f7f
compiler/basicTypes/VarSet.hs | 5 +-
compiler/coreSyn/CoreFVs.hs | 3 +
compiler/coreSyn/CoreLint.hs | 2 +-
compiler/coreSyn/CoreOpt.hs | 6 +-
compiler/iface/IfaceEnv.hs | 2 +-
compiler/iface/IfaceSyn.hs | 3 +
compiler/iface/IfaceType.hs | 24 ++++
compiler/iface/TcIface.hs | 8 +-
compiler/iface/ToIface.hs | 7 ++
compiler/main/DynFlags.hs | 25 ++++
compiler/typecheck/TcFlatten.hs | 42 +++++--
compiler/typecheck/TcHsType.hs | 1 +
compiler/typecheck/TcTyDecls.hs | 3 +
compiler/typecheck/TcType.hs | 1 +
compiler/types/Coercion.hs | 14 +++
compiler/types/Coercion.hs-boot | 1 +
compiler/types/FamInstEnv.hs | 3 +
compiler/types/OptCoercion.hs | 15 ++-
compiler/types/TyCoRep.hs | 263 ++++++++++++++++++++++++++++++++++++++--
compiler/types/Type.hs | 21 +++-
20 files changed, 419 insertions(+), 30 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 38d3c67873187174f78ebec24f80f5af5dbd8f7f
More information about the ghc-commits
mailing list