added clear-definition to paper
authorChristian Urban <christian dot urban at kcl dot ac dot uk>
Tue, 19 Feb 2013 04:56:33 +0000
changeset 185 2fad78b479a3
parent 184 7386b3758360
child 186 455411d69c12
added clear-definition to paper
Paper/Paper.thy
ROOT
paper.pdf
--- a/Paper/Paper.thy	Tue Feb 19 04:31:18 2013 +0000
+++ b/Paper/Paper.thy	Tue Feb 19 04:56:33 2013 +0000
@@ -163,7 +163,9 @@
   and   "layout_of ((Goto l)#is) = 1#(layout_of is)"
 by(auto simp add: layout_of.simps length_of.simps)
 
-
+fun clear :: "nat \<Rightarrow> nat \<Rightarrow> abc_prog"
+  where
+  "clear n e = [Dec n e, Goto 0]"
 (*>*)
 
 section {* Introduction *}
--- a/ROOT	Tue Feb 19 04:31:18 2013 +0000
+++ b/ROOT	Tue Feb 19 04:56:33 2013 +0000
@@ -1,4 +1,4 @@
-session utm = HOL +
+session UTM = HOL +
   options [document = false]
   theories
     "thys/Turing"
Binary file paper.pdf has changed