tuned
authorurbanc
Mon, 05 Dec 2005 17:02:20 +0100
changeset 18354 715d6df89fcc
parent 18353 4dd468ccfdf7
child 18355 e53a5075953e
tuned
src/HOL/Nominal/Examples/Weakening.thy
--- a/src/HOL/Nominal/Examples/Weakening.thy	Mon Dec 05 15:55:19 2005 +0100
+++ b/src/HOL/Nominal/Examples/Weakening.thy	Mon Dec 05 17:02:20 2005 +0100
@@ -152,8 +152,8 @@
 using a b c
 apply(nominal_induct \<Gamma>1 t \<sigma> avoiding: \<Gamma>2 rule: typing_induct)
 apply(auto simp add: sub_def)
-(* FIXME: before using meta-connectives and the new induction *)
-(* method, this was completely automatic *)
+(* FIXME: this was completely automatic before the *)
+(* change to meta-connectives :o(                  *)
 apply(atomize)
 apply(auto)
 done