[commit: ghc] wip/type-app: Midway through redesign of the type inference alg. (d7037fe)
git at git.haskell.org
git at git.haskell.org
Fri Aug 7 12:04:08 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/type-app
Link : http://ghc.haskell.org/trac/ghc/changeset/d7037fed721567623fc63639514bc6d16cd3ddb1/ghc
>---------------------------------------------------------------
commit d7037fed721567623fc63639514bc6d16cd3ddb1
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Mon Jun 29 23:28:47 2015 -0400
Midway through redesign of the type inference alg.
>---------------------------------------------------------------
d7037fed721567623fc63639514bc6d16cd3ddb1
compiler/typecheck/Inst.hs | 101 +++++++++---
compiler/typecheck/TcBinds.hs | 8 +-
compiler/typecheck/TcExpr.hs | 336 ++++++++++++++++++++++------------------
compiler/typecheck/TcMatches.hs | 10 +-
compiler/typecheck/TcPat.hs | 65 +++-----
compiler/typecheck/TcType.hs | 54 +++++--
compiler/typecheck/TcUnify.hs | 190 +++++++++++++++++------
7 files changed, 482 insertions(+), 282 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 d7037fed721567623fc63639514bc6d16cd3ddb1
More information about the ghc-commits
mailing list