[clean up and make core dumping options more consistant
John Meacham <john@repetae.net>**20061006012843] hunk ./FlagDump.flags 14
-kind    show results of kind inference for each module
-dcons   data constructors
+kind        show results of kind inference for each module
+dcons       data constructors
hunk ./FlagDump.flags 17
-class detailed information on each class
-instance show instances
-bindgroups show bindgroups
-types display unified type table containing all defined names
-all-kind show unified kind table after everything has been typechecked
-all-dcons show unified data constructor table
-all-types show unified type table, after everything has been typechecked
-sigenv initial signature environment
-srcsigs processed signatures from source code
-program impl expls, the whole shebang.
-decls processed declarations
-boxy-steps show step by step what the type inferencer is doing
-aspats show as patterns
-tyvar show original tyvars rather than renaming them.
+class       detailed information on each class
+instance    show instances
+bindgroups  show bindgroups
+types       display unified type table containing all defined names
+all-kind    show unified kind table after everything has been typechecked
+all-dcons   show unified data constructor table
+all-types   show unified type table, after everything has been typechecked
+sigenv      initial signature environment
+srcsigs     processed signatures from source code
+program     impl expls, the whole shebang.
+decls       processed declarations
+boxy-steps  show step by step what the type inferencer is doing
+aspats      show as patterns
+tyvar       show original tyvars rather than renaming them.
hunk ./FlagDump.flags 34
-initial-core show core right after E.FromHs conversion
-lambdacube  show intermediate lambda cube code
-datatable   show data table of constructors
-optimization-stats show combined stats of optimization passes
-rules       show all rules
-e-info show info tags on all bound variables
-e-verbose   print very verbose version of E code always
-e-size      print the size of E after each pass
-core-pass   show each iteration of code while transforming
-core-steps  show what happens in each pass
-core-mini   show details even when optimizing individual functions
+core-pass    show each iteration of code while transforming
+core-steps   show what happens in each pass
+core-mini    show details even when optimizing individual functions
+core-initial show core right after E.FromHs conversion
hunk ./FlagDump.flags 40
+core         show intermediate core code
hunk ./FlagDump.flags 42
-
+datatable    show data table of constructors
+optimization-stats show combined stats of optimization passes
+rules        show all rules
+e-info       show info tags on all bound variables
+e-verbose    print very verbose version of E code always
+e-size       print the size of E after each pass
hunk ./Ho/Build.hs 223
-    wdump FD.Lambdacube $ do
+    wdump FD.Core $ do
hunk ./Main.hs 260
-    wdump FD.InitialCore $
+    wdump FD.CoreInitial $
hunk ./Main.hs 439
-        wdump FD.Lambdacube $ mapM_ (\ (v,lc) -> printCheckName'' fullDataTable v lc) cds
+        wdump FD.Core $ mapM_ (\ (v,lc) -> printCheckName'' fullDataTable v lc) cds
hunk ./Main.hs 487
-        wdump FD.Lambdacube $ mapM_ (\ (v,lc) -> printCheckName' fullDataTable v lc) cds
+        wdump FD.Core $ mapM_ (\ (v,lc) -> printCheckName' fullDataTable v lc) cds
hunk ./Main.hs 533
-    wdump FD.Lambdacube $ printProgram prog
+    wdump FD.Core $ printProgram prog
hunk ./Main.hs 611
-    --wdump FD.Lambdacube $ printProgram prog
+    --wdump FD.Core $ printProgram prog
hunk ./Main.hs 620
-    --wdump FD.Lambdacube $ printProgram prog
+    --wdump FD.Core $ printProgram prog