[don't do final application atomization until after post-lifting simplification
John Meacham <john@repetae.net>**20060314141512] hunk ./Main.hs 500
-        --putStrLn (pprint t)
hunk ./Main.hs 504
-            e'' <- atomizeAp True dataTable stats e'
-            return e''
+            return e'
hunk ./Main.hs 506
-        return (t,ls,e')
+        e'' <- atomizeAp True dataTable stats e'
+        return (t,ls,e'')