author | haftmann |
Fri, 09 May 2014 08:13:36 +0200 | |
changeset 56924 | 2f94c9a50f06 |
parent 56923 | c062543d380e |
child 56925 | 601edd9a6859 |
--- a/src/Tools/Code/code_simp.ML Fri May 09 08:13:36 2014 +0200 +++ b/src/Tools/Code/code_simp.ML Fri May 09 08:13:36 2014 +0200 @@ -87,8 +87,7 @@ val setup = Method.setup @{binding code_simp} (Scan.succeed (SIMPLE_METHOD' o (CHANGED_PROP oo dynamic_tac))) - "simplification with code equations" - #> Value.add_evaluator ("simp", dynamic_value); + "simplification with code equations"; (* evaluation with static code context *)