[commit: ghc] master: Apply GenMap to CoreMap and CoercionMap. (0bef02e)

git at git.haskell.org git at git.haskell.org
Thu Jan 8 22:06:38 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/0bef02e49fb2907989127d77ae61ed48ba87ae18/ghc

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

commit 0bef02e49fb2907989127d77ae61ed48ba87ae18
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Wed Jan 7 19:13:28 2015 -0800

    Apply GenMap to CoreMap and CoercionMap.
    
    Summary:
    The biggest chore is the Eq (DeBrujin a) instances (all the more a chore
    because we already have an implementation of them, but a CmEnv is not an
    RnEnv2), but otherwise a fairly mechanical transformation.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
    
    Test Plan: validate
    
    Reviewers: simonpj, austin
    
    Subscribers: carter, thomie
    
    Differential Revision: https://phabricator.haskell.org/D609
    
    GHC Trac Issues: #9960


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

0bef02e49fb2907989127d77ae61ed48ba87ae18
 compiler/coreSyn/TrieMap.hs | 262 +++++++++++++++++++++++++++++++-------------
 1 file changed, 183 insertions(+), 79 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 0bef02e49fb2907989127d77ae61ed48ba87ae18


More information about the ghc-commits mailing list