[commit: ghc] master: Remove a debug trace (7b0ae41)

git at git.haskell.org git at git.haskell.org
Fri Nov 4 09:17:53 UTC 2016


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

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

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

commit 7b0ae417026c587dbc9697f678d560b1dc975d50
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Nov 3 14:54:45 2016 +0000

    Remove a debug trace
    
    I added this when debugging something else, but in general it doesn't
    work (with -ddump-tc-trace) because of typecking recursive groups of
    TyCons.  So removing it again.


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

7b0ae417026c587dbc9697f678d560b1dc975d50
 compiler/typecheck/TcHsType.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/typecheck/TcHsType.hs b/compiler/typecheck/TcHsType.hs
index 3b19298..6e6bcd0 100644
--- a/compiler/typecheck/TcHsType.hs
+++ b/compiler/typecheck/TcHsType.hs
@@ -1544,7 +1544,6 @@ kindGeneralizeType :: Type -> TcM Type
 kindGeneralizeType ty
   = do { kvs <- kindGeneralize ty
        ; ty <- zonkSigType (mkInvForAllTys kvs ty)
-       ; traceTc "kindGen" (ppr (mkInvForAllTys kvs ty) $$ ppr ty)
        ; return ty  }
 
 kindGeneralize :: TcType -> TcM [KindVar]



More information about the ghc-commits mailing list