[commit: ghc] wip/type-app: Support wildcards in type applications (de20454)

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


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

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

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

commit de20454b97f1261a46be24701dbe19e3da05e0cc
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Thu Jul 9 21:46:54 2015 -0400

    Support wildcards in type applications


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

de20454b97f1261a46be24701dbe19e3da05e0cc
 compiler/deSugar/Coverage.hs                     |  2 +-
 compiler/hsSyn/HsExpr.hs                         |  7 ++++++-
 compiler/hsSyn/HsUtils.hs                        | 13 +++++++------
 compiler/parser/Parser.y                         |  2 +-
 compiler/rename/RnExpr.hs                        |  6 +++---
 compiler/typecheck/TcExpr.hs                     | 10 +++++-----
 compiler/typecheck/TcHsType.hs                   | 17 ++++++++++++++++-
 compiler/typecheck/TcHsType.hs-boot              |  4 ++--
 compiler/typecheck/TcType.hs                     |  2 ++
 compiler/typecheck/TcUnify.hs                    |  6 +++---
 compiler/typecheck/TcValidity.hs                 |  4 +++-
 testsuite/tests/typecheck/should_compile/Vta1.hs |  8 ++++----
 12 files changed, 53 insertions(+), 28 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 de20454b97f1261a46be24701dbe19e3da05e0cc


More information about the ghc-commits mailing list