src/HOL/MicroJava/J/State.thy
changeset 16417 9bc16273c2d4
parent 14174 f3cafd2929d5
child 24783 5a3e336a2e37
--- a/src/HOL/MicroJava/J/State.thy	Fri Jun 17 11:35:35 2005 +0200
+++ b/src/HOL/MicroJava/J/State.thy	Fri Jun 17 16:12:49 2005 +0200
@@ -6,7 +6,7 @@
 
 header {* \isaheader{Program State} *}
 
-theory State = TypeRel + Value:
+theory State imports TypeRel Value begin
 
 types 
   fields_ = "(vname \<times> cname \<rightharpoonup> val)"  -- "field name, defining class, value"