[commit: ghc] wip/impredicativity: Refactor constraint gen. for App and SectionL (4c719be)

git at git.haskell.org git at git.haskell.org
Mon Jun 22 12:45:48 UTC 2015


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

On branch  : wip/impredicativity
Link       : http://ghc.haskell.org/trac/ghc/changeset/4c719bebaae9552a102406d29df875528181fab1/ghc

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

commit 4c719bebaae9552a102406d29df875528181fab1
Author: Alejandro Serrano <trupill at gmail.com>
Date:   Mon Jun 22 14:44:59 2015 +0200

    Refactor constraint gen. for App and SectionL
    
    Now both cases use common code, so propagation works
    regardless of whether you write (op x y) or ((x `op) y).
    
    The code for SectionR is now broken.


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

4c719bebaae9552a102406d29df875528181fab1
 compiler/typecheck/TcExpr.hs | 190 ++++++++++++++++++++++++++++---------------
 1 file changed, 124 insertions(+), 66 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 4c719bebaae9552a102406d29df875528181fab1


More information about the ghc-commits mailing list