[commit: ghc] master: compiler: de-lhs typecheck/ (b57ff27)
git at git.haskell.org
git at git.haskell.org
Wed Dec 3 20:06:44 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b57ff272257bba8945b4c9409585b6a1d3bed21b/ghc
>---------------------------------------------------------------
commit b57ff272257bba8945b4c9409585b6a1d3bed21b
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Dec 3 12:46:17 2014 -0600
compiler: de-lhs typecheck/
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
b57ff272257bba8945b4c9409585b6a1d3bed21b
compiler/typecheck/{FamInst.lhs => FamInst.hs} | 67 +++---
compiler/typecheck/{FunDeps.lhs => FunDeps.hs} | 63 +++---
compiler/typecheck/{Inst.lhs => Inst.hs} | 116 +++++-----
.../{TcAnnotations.lhs => TcAnnotations.hs} | 14 +-
compiler/typecheck/{TcArrows.lhs => TcArrows.hs} | 76 +++----
compiler/typecheck/{TcBinds.lhs => TcBinds.hs} | 76 +++----
.../typecheck/{TcCanonical.lhs => TcCanonical.hs} | 91 ++++----
.../typecheck/{TcClassDcl.lhs => TcClassDcl.hs} | 51 ++---
.../typecheck/{TcDefaults.lhs => TcDefaults.hs} | 14 +-
compiler/typecheck/{TcDeriv.lhs => TcDeriv.hs} | 132 ++++++-----
compiler/typecheck/{TcEnv.lhs => TcEnv.hs} | 134 +++++------
compiler/typecheck/TcEnv.hs-boot | 6 +
compiler/typecheck/TcEnv.lhs-boot | 4 -
compiler/typecheck/{TcErrors.lhs => TcErrors.hs} | 73 +++---
.../typecheck/{TcEvidence.lhs => TcEvidence.hs} | 68 ++----
compiler/typecheck/{TcExpr.lhs => TcExpr.hs} | 200 ++++++++---------
.../typecheck/{TcExpr.lhs-boot => TcExpr.hs-boot} | 2 -
compiler/typecheck/{TcFlatten.lhs => TcFlatten.hs} | 86 ++++---
compiler/typecheck/{TcForeign.lhs => TcForeign.hs} | 75 +++----
.../typecheck/{TcGenDeriv.lhs => TcGenDeriv.hs} | 231 +++++++++----------
.../{TcGenGenerics.lhs => TcGenGenerics.hs} | 47 ++--
compiler/typecheck/{TcHsSyn.lhs => TcHsSyn.hs} | 121 +++++-----
compiler/typecheck/{TcHsType.lhs => TcHsType.hs} | 115 +++++-----
.../typecheck/{TcInstDcls.lhs => TcInstDcls.hs} | 86 ++++---
.../typecheck/{TcInteract.lhs => TcInteract.hs} | 62 +++--
compiler/typecheck/{TcMType.lhs => TcMType.hs} | 180 +++++++--------
compiler/typecheck/{TcMatches.lhs => TcMatches.hs} | 86 ++++---
.../{TcMatches.lhs-boot => TcMatches.hs-boot} | 2 -
compiler/typecheck/{TcPat.lhs => TcPat.hs} | 86 ++++---
compiler/typecheck/{TcPatSyn.lhs => TcPatSyn.hs} | 63 +++---
.../{TcPatSyn.lhs-boot => TcPatSyn.hs-boot} | 2 -
.../typecheck/{TcRnDriver.lhs => TcRnDriver.hs} | 176 +++++++--------
compiler/typecheck/{TcRnMonad.lhs => TcRnMonad.hs} | 250 +++++++++------------
compiler/typecheck/{TcRnTypes.lhs => TcRnTypes.hs} | 244 +++++++++-----------
compiler/typecheck/{TcRules.lhs => TcRules.hs} | 16 +-
compiler/typecheck/{TcSMonad.lhs => TcSMonad.hs} | 120 ++++------
.../typecheck/{TcSimplify.lhs => TcSimplify.hs} | 60 ++---
compiler/typecheck/{TcSplice.lhs => TcSplice.hs} | 167 +++++++-------
.../{TcSplice.lhs-boot => TcSplice.hs-boot} | 2 -
.../{TcTyClsDecls.lhs => TcTyClsDecls.hs} | 140 ++++++------
compiler/typecheck/{TcTyDecls.lhs => TcTyDecls.hs} | 80 +++----
compiler/typecheck/{TcType.lhs => TcType.hs} | 205 ++++++++---------
.../typecheck/{TcType.lhs-boot => TcType.hs-boot} | 2 -
compiler/typecheck/{TcUnify.lhs => TcUnify.hs} | 113 +++++-----
.../{TcUnify.lhs-boot => TcUnify.hs-boot} | 2 -
.../typecheck/{TcValidity.lhs => TcValidity.hs} | 126 +++++------
46 files changed, 1866 insertions(+), 2266 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 b57ff272257bba8945b4c9409585b6a1d3bed21b
More information about the ghc-commits
mailing list