[commit: ghc] master: Simplify defaultKindVar and friends (970ff58)

git at git.haskell.org git at git.haskell.org
Fri Apr 22 10:30:14 UTC 2016


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

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

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

commit 970ff585489285f527a098983538cd48f93ab245
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Apr 21 14:52:16 2016 +0100

    Simplify defaultKindVar and friends
    
    I found zonkQuantifiedTyVar rather complicated, especially the two
    places where we defaulted RuntimeRep variables. This simplifies and
    modularises the story.
    
    Refactoring only.


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

970ff585489285f527a098983538cd48f93ab245
 compiler/typecheck/TcHsSyn.hs  |   6 +-
 compiler/typecheck/TcMType.hs  | 139 ++++++++++++++++++++++-------------------
 compiler/typecheck/TcPatSyn.hs |   4 +-
 3 files changed, 81 insertions(+), 68 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 970ff585489285f527a098983538cd48f93ab245


More information about the ghc-commits mailing list