diff -r d72ca5742f80 -r c0eafbd55de3 src/HOL/UNITY/UNITY_Main.thy --- a/src/HOL/UNITY/UNITY_Main.thy Wed Aug 22 22:47:16 2012 +0200 +++ b/src/HOL/UNITY/UNITY_Main.thy Wed Aug 22 22:55:41 2012 +0200 @@ -7,9 +7,10 @@ theory UNITY_Main imports Detects PPROD Follows ProgressSets -uses "UNITY_tactics.ML" begin +ML_file "UNITY_tactics.ML" + method_setup safety = {* Scan.succeed (SIMPLE_METHOD' o constrains_tac) *} "for proving safety properties"