[commit: ghc] wip/T15791: Work in progress on Trac #15791 (339b814)
git at git.haskell.org
git at git.haskell.org
Fri Oct 26 09:58:29 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15791
Link : http://ghc.haskell.org/trac/ghc/changeset/339b814bb45d9ccb658c7ea9fb038a73f790ddd9/ghc
>---------------------------------------------------------------
commit 339b814bb45d9ccb658c7ea9fb038a73f790ddd9
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Oct 26 10:57:51 2018 +0100
Work in progress on Trac #15791
>---------------------------------------------------------------
339b814bb45d9ccb658c7ea9fb038a73f790ddd9
compiler/typecheck/ClsInst.hs | 4 +--
compiler/typecheck/FamInst.hs | 4 +--
compiler/typecheck/Inst.hs | 8 +++---
compiler/typecheck/TcCanonical.hs | 16 +++++------
compiler/typecheck/TcDeriv.hs | 10 +++----
compiler/typecheck/TcDerivInfer.hs | 6 ++--
compiler/typecheck/TcErrors.hs | 12 ++++----
compiler/typecheck/TcExpr.hs | 4 +--
compiler/typecheck/TcFlatten.hs | 38 +++++++++++++-------------
compiler/typecheck/TcHsSyn.hs | 2 +-
compiler/typecheck/TcHsType.hs | 14 +++++-----
compiler/typecheck/TcInteract.hs | 4 +--
compiler/typecheck/TcMType.hs | 10 +++----
compiler/typecheck/TcPat.hs | 2 +-
compiler/typecheck/TcPatSyn.hs | 4 +--
compiler/typecheck/TcRnDriver.hs | 2 +-
compiler/typecheck/TcRnTypes.hs | 4 +--
compiler/typecheck/TcSimplify.hs | 4 +--
compiler/typecheck/TcSplice.hs | 6 ++--
compiler/typecheck/TcTyClsDecls.hs | 8 +++---
compiler/typecheck/TcType.hs | 22 +++++++--------
compiler/typecheck/TcUnify.hs | 12 ++++----
compiler/typecheck/TcValidity.hs | 10 +++----
compiler/types/Type.hs | 56 ++++++++++++++++++++++++++++++--------
24 files changed, 148 insertions(+), 114 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 339b814bb45d9ccb658c7ea9fb038a73f790ddd9
More information about the ghc-commits
mailing list