src/Tools/Code/code_preproc.ML
changeset 40176 d88c47ca4557
parent 40167 e44d04716920
child 41184 5c6f44d22f51
--- a/src/Tools/Code/code_preproc.ML	Tue Oct 26 12:16:08 2010 +0200
+++ b/src/Tools/Code/code_preproc.ML	Tue Oct 26 12:19:22 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;