[commit: ghc] wip/type-app: Move Note [Visible type application] (e0e2417)

git at git.haskell.org git at git.haskell.org
Fri Aug 7 12:07:31 UTC 2015


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

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

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

commit e0e2417e87d0e7d2bb01d393663bff5a99b4e45b
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Wed Aug 5 13:20:30 2015 -0400

    Move Note [Visible type application]


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

e0e2417e87d0e7d2bb01d393663bff5a99b4e45b
 compiler/basicTypes/Name.hs   |  4 +--
 compiler/basicTypes/Var.hs    |  4 +--
 compiler/typecheck/TcBinds.hs |  2 +-
 compiler/typecheck/TcExpr.hs  | 54 ---------------------------------------
 compiler/typecheck/TcHsSyn.hs |  4 +--
 compiler/typecheck/TcMType.hs |  2 +-
 compiler/typecheck/TcType.hs  | 59 ++++++++++++++++++++++++++++++++++++++++---
 7 files changed, 64 insertions(+), 65 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 e0e2417e87d0e7d2bb01d393663bff5a99b4e45b


More information about the ghc-commits mailing list