[commit: ghc] wip/rae: Refactor tcInferArgs and add comments. (dfd3738)

git at git.haskell.org git at git.haskell.org
Fri Jun 24 23:23:41 UTC 2016


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

On branch  : wip/rae
Link       : http://ghc.haskell.org/trac/ghc/changeset/dfd3738506a3fb598ffe17d0980a2c595ff847c6/ghc

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

commit dfd3738506a3fb598ffe17d0980a2c595ff847c6
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Fri Jun 24 19:25:07 2016 -0400

    Refactor tcInferArgs and add comments.
    
    This removes an unnecessary loop looking for invisible binders
    and tries to clarify what the very closely-related functions
    tcInferArgs, tc_infer_args, tcInferApps all do.


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

dfd3738506a3fb598ffe17d0980a2c595ff847c6
 compiler/typecheck/Inst.hs     |  2 +-
 compiler/typecheck/TcHsType.hs | 71 ++++++++++++++++++++----------------------
 compiler/types/TyCoRep.hs      |  8 ++++-
 compiler/types/Type.hs         | 17 +++++++++-
 4 files changed, 57 insertions(+), 41 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 dfd3738506a3fb598ffe17d0980a2c595ff847c6


More information about the ghc-commits mailing list