[commit: ghc] master: Refactor simpl_top (dc97096)

git at git.haskell.org git at git.haskell.org
Thu Jan 7 08:36:46 UTC 2016


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

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

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

commit dc970966da5c2059bd91577f8d83a9d4f9fe4d3a
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed Jan 6 17:17:11 2016 +0000

    Refactor simpl_top
    
    simpl_top was being polluted with Safe Haskell stuff which was only
    used in one of its four calls.  This moves the Safe Haskell stuff
    to the place it is actually used


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

dc970966da5c2059bd91577f8d83a9d4f9fe4d3a
 compiler/typecheck/TcSimplify.hs | 127 +++++++++++++++++++--------------------
 1 file changed, 62 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 dc970966da5c2059bd91577f8d83a9d4f9fe4d3a


More information about the ghc-commits mailing list