author | krauss |
Tue, 26 Oct 2010 12:21:45 +0200 | |
changeset 40175 | 397b791e8411 |
parent 40174 | 97b69fef5229 (current diff) |
parent 40168 | 1c7e836872b0 (diff) |
child 40177 | 30482e17955b |
--- a/src/Tools/Code/code_preproc.ML Tue Oct 26 12:19:02 2010 +0200 +++ b/src/Tools/Code/code_preproc.ML Tue Oct 26 12:21:45 2010 +0200 @@ -480,7 +480,6 @@ val consts = fold_aterms (fn Const (c, _) => insert (op =) c | _ => I) t' []; val (algebra', eqngr') = obtain false thy consts [t']; - val result = evaluator algebra' eqngr' vs' t'; in evaluator algebra' eqngr' vs' t' |> postproc (postprocess_term thy o resubst)