# HG changeset patch # User wenzelm # Date 1369925330 -7200 # Node ID 5f6e885382e97b0f5607e69cb04eac5f3276662d # Parent 066c2ff17f7c580f779d0a8fb7b1795cc5244d50 tuned import; diff -r 066c2ff17f7c -r 5f6e885382e9 src/FOL/FOL.thy --- a/src/FOL/FOL.thy Thu May 30 16:31:53 2013 +0200 +++ b/src/FOL/FOL.thy Thu May 30 16:48:50 2013 +0200 @@ -349,6 +349,8 @@ setup "Simplifier.method_setup Splitter.split_modifiers" setup Splitter.setup setup clasimp_setup + +ML_file "~~/src/Tools/eqsubst.ML" setup EqSubst.setup diff -r 066c2ff17f7c -r 5f6e885382e9 src/FOL/IFOL.thy --- a/src/FOL/IFOL.thy Thu May 30 16:31:53 2013 +0200 +++ b/src/FOL/IFOL.thy Thu May 30 16:48:50 2013 +0200 @@ -14,7 +14,6 @@ ML_file "~~/src/Tools/IsaPlanner/zipper.ML" ML_file "~~/src/Tools/IsaPlanner/isand.ML" ML_file "~~/src/Tools/IsaPlanner/rw_inst.ML" -ML_file "~~/src/Tools/eqsubst.ML" ML_file "~~/src/Provers/quantifier1.ML" ML_file "~~/src/Tools/intuitionistic.ML" ML_file "~~/src/Tools/project_rule.ML"