merged
authorhaftmann
Tue, 26 Oct 2010 12:19:31 +0200
changeset 40177 30482e17955b
parent 40175 397b791e8411 (current diff)
parent 40176 d88c47ca4557 (diff)
child 40179 7ecfa9beef91
merged
--- a/src/Tools/Code/code_preproc.ML	Tue Oct 26 12:21:45 2010 +0200
+++ b/src/Tools/Code/code_preproc.ML	Tue Oct 26 12:19:31 2010 +0200
@@ -481,7 +481,8 @@
       (fn Const (c, _) => insert (op =) c | _ => I) t' [];
     val (algebra', eqngr') = obtain false thy consts [t'];
   in
-    evaluator algebra' eqngr' vs' t'
+    t'
+    |> evaluator algebra' eqngr' vs'
     |> postproc (postprocess_term thy o resubst)
   end;