diff options
author | simonmar <unknown> | 2002-07-09 10:12:51 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-07-09 10:12:51 +0000 |
commit | 44f3891a021a5d10d2f5fc1263ac0633573d86a8 (patch) | |
tree | 0d1298121bd5b23831aedb6a18fb0852bd00256a | |
parent | 03e0710d252ff4bdb7060b37e891ad849eb2bc90 (diff) |
[haddock @ 2002-07-09 10:12:51 by simonmar]
commented-out debugging code
-rw-r--r-- | src/Main.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs index 2486fbae..30d670ec 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -321,6 +321,8 @@ mkInterface no_implicit_prelude mod_map filename buildImportEnv mod_map mod exported_visible_names implicit_imps + -- trace (show (fmToList orig_env)) $ do + -- trace (show (fmToList import_env)) $ do let final_decls = orig_decls |