tuned
authornipkow
Mon, 11 Nov 2013 10:23:01 +0100
changeset 54297 3fc1b77ef750
parent 54296 111ecbaa09f7
child 54298 347c3b0cab44
tuned
src/HOL/IMP/Fold.thy
src/HOL/IMP/Sem_Equiv.thy
--- a/src/HOL/IMP/Fold.thy	Mon Nov 11 10:10:28 2013 +0100
+++ b/src/HOL/IMP/Fold.thy	Mon Nov 11 10:23:01 2013 +0100
@@ -1,5 +1,3 @@
-header "Constant Folding"
-
 theory Fold imports Sem_Equiv Vars begin
 
 subsection "Simple folding of arithmetic expressions"
--- a/src/HOL/IMP/Sem_Equiv.thy	Mon Nov 11 10:10:28 2013 +0100
+++ b/src/HOL/IMP/Sem_Equiv.thy	Mon Nov 11 10:23:01 2013 +0100
@@ -1,3 +1,5 @@
+header "Constant Folding"
+
 theory Sem_Equiv
 imports Big_Step
 begin