cleaned
authornipkow
Sun, 07 Apr 2013 15:08:34 +0200
changeset 51630 603436283686
parent 51629 f0b375b69292
child 51631 8d60dfb41d19
child 51634 553953ad8165
cleaned
src/HOL/IMP/Collecting.thy
--- a/src/HOL/IMP/Collecting.thy	Sun Apr 07 10:06:37 2013 +0200
+++ b/src/HOL/IMP/Collecting.thy	Sun Apr 07 15:08:34 2013 +0200
@@ -22,13 +22,6 @@
 "Step f g S ({I} WHILE b DO {P} C {Q}) =
   {S \<squnion> post C} WHILE b DO {g b I} Step f g P C {g (Not b) I}"
 
-(* Could hide f and g like this:
-consts fa :: "vname \<Rightarrow> aexp \<Rightarrow> 'a \<Rightarrow> 'a::sup"
-       fb :: "bexp \<Rightarrow> 'a \<Rightarrow> 'a::sup"
-abbreviation "STEP == Step fa fb"
-thm Step.simps[where f = fa and g = fb]
-*)
-
 lemma strip_Step[simp]: "strip(Step f g S C) = strip C"
 by(induct C arbitrary: S) auto