Show the current transformation context in the debug output.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 31 Mar 2010 11:57:07 +0000 (13:57 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 31 Mar 2010 11:57:07 +0000 (13:57 +0200)
cλash/CLasH/Normalize/NormalizeTools.hs

index 0402d9327c9463055ec7ff8bdd8c8dbcadcfe008..e01b7b79c69080d57a5ceeb07e9980427c266014 100644 (file)
@@ -47,6 +47,7 @@ applyboth first (name, second) context expr = do
         changed 
     then 
      -- trace ("Applying transform " ++ name ++ " to:\n" ++ showSDoc (nest 4 $ ppr expr') ++ "\nType: \n" ++ (showSDoc $ nest 4 $ ppr $ CoreUtils.exprType expr') ++ "\n"
+     --        ++ "Context: " ++ show context ++ "\n"
      --        ++ "Result of applying " ++ name ++ ":\n" ++ showSDoc (nest 4 $ ppr expr'') ++ "\n" ++ "Type: \n" ++ (showSDoc $ nest 4 $ ppr $ CoreUtils.exprType expr'') ++ "\n" ) $
       applyboth first (name, second) context expr'' 
     else