[commit: ghc] wip/t11715: More deleting code. Bugfixing. (07a34c4)
git at git.haskell.org
git at git.haskell.org
Thu Feb 9 03:06:22 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/t11715
Link : http://ghc.haskell.org/trac/ghc/changeset/07a34c4cf08bc08b23d6532c94eec91938e5c0ce/ghc
>---------------------------------------------------------------
commit 07a34c4cf08bc08b23d6532c94eec91938e5c0ce
Author: Richard Eisenberg <rae at cs.brynmawr.edu>
Date: Wed Jan 25 23:32:27 2017 -0500
More deleting code. Bugfixing.
>---------------------------------------------------------------
07a34c4cf08bc08b23d6532c94eec91938e5c0ce
compiler/coreSyn/CoreFVs.hs | 2 +-
compiler/coreSyn/CoreLint.hs | 6 +-
compiler/iface/IfaceSyn.hs | 2 +-
compiler/iface/IfaceType.hs | 16 +--
compiler/iface/TcIface.hs | 2 +-
compiler/iface/ToIface.hs | 2 +-
compiler/typecheck/FamInst.hs | 4 +
compiler/typecheck/TcCanonical.hs | 39 ++++---
compiler/typecheck/TcDerivInfer.hs | 2 +-
compiler/typecheck/TcDerivUtils.hs | 2 +-
compiler/typecheck/TcErrors.hs | 3 +-
compiler/typecheck/TcEvidence.hs | 2 +-
compiler/typecheck/TcFlatten.hs | 2 +-
compiler/typecheck/TcGenDeriv.hs | 4 +-
compiler/typecheck/TcInteract.hs | 12 +--
compiler/typecheck/TcMType.hs | 3 +-
compiler/typecheck/TcRnTypes.hs | 2 +-
compiler/typecheck/TcRules.hs | 2 +-
compiler/typecheck/TcSMonad.hs | 2 +-
compiler/typecheck/TcTyClsDecls.hs | 1 -
compiler/typecheck/TcTyDecls.hs | 2 +-
compiler/typecheck/TcType.hs | 38 ++-----
compiler/typecheck/TcTypeNats.hs | 44 ++++----
compiler/typecheck/TcUnify.hs | 8 +-
compiler/typecheck/TcValidity.hs | 4 +-
compiler/types/Coercion.hs | 114 ++++++++++-----------
compiler/types/Coercion.hs-boot | 2 +-
compiler/types/FamInstEnv.hs | 4 +-
compiler/types/Kind.hs | 10 +-
compiler/types/OptCoercion.hs | 33 +++---
compiler/types/TyCoRep.hs | 22 ++--
compiler/types/Type.hs | 8 +-
compiler/types/Type.hs-boot | 2 -
compiler/types/Unify.hs | 11 +-
docs/core-spec/CoreLint.ott | 10 +-
docs/core-spec/CoreSyn.ott | 8 +-
docs/core-spec/core-spec.mng | 10 +-
docs/core-spec/core-spec.pdf | Bin 348416 -> 349038 bytes
libraries/ghc-prim/GHC/Magic.hs | 7 +-
testsuite/tests/pmcheck/should_compile/T11195.hs | 4 +-
testsuite/tests/typecheck/should_run/TypeOf.stdout | 14 +--
.../tests/typecheck/should_run/TypeRep.stdout | 12 +--
42 files changed, 237 insertions(+), 240 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 07a34c4cf08bc08b23d6532c94eec91938e5c0ce
More information about the ghc-commits
mailing list