[commit: ghc] wip/type-app: Instantiate when inferring types (a0453c1)

git at git.haskell.org git at git.haskell.org
Fri Aug 7 12:05:46 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/type-app
Link       : http://ghc.haskell.org/trac/ghc/changeset/a0453c12e878f402e594dd1b2459cac67e0ca10e/ghc

>---------------------------------------------------------------

commit a0453c12e878f402e594dd1b2459cac67e0ca10e
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Wed Jul 29 15:19:38 2015 -0400

    Instantiate when inferring types


>---------------------------------------------------------------

a0453c12e878f402e594dd1b2459cac67e0ca10e
 compiler/deSugar/DsBinds.hs      |  29 ++++++----
 compiler/hsSyn/HsBinds.hs        |  36 ++++++++++---
 compiler/typecheck/TcBinds.hs    | 113 +++++++++++++++++++++++++++++++--------
 compiler/typecheck/TcClassDcl.hs |   9 ++--
 compiler/typecheck/TcHsSyn.hs    |   7 ++-
 compiler/typecheck/TcInstDcls.hs |  19 ++++---
 6 files changed, 161 insertions(+), 52 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 a0453c12e878f402e594dd1b2459cac67e0ca10e


More information about the ghc-commits mailing list