Add a missing renamer dump (related to Template Haskell)
authorsimonpj@microsoft.com <unknown>
Sun, 17 Sep 2006 17:17:07 +0000 (17:17 +0000)
committersimonpj@microsoft.com <unknown>
Sun, 17 Sep 2006 17:17:07 +0000 (17:17 +0000)
compiler/typecheck/TcRnDriver.lhs

index e942eec..a7e7335 100644 (file)
@@ -428,6 +428,7 @@ tc_rn_src_decls boot_details ds
        -- Rename the splice expression, and get its supporting decls
        (rn_splice_expr, splice_fvs) <- rnLExpr splice_expr ;
        failIfErrsM ;   -- Don't typecheck if renaming failed
+       rnDump (ppr rn_splice_expr) ;
 
        -- Execute the splice
        spliced_decls <- tcSpliceDecls rn_splice_expr ;