Isabelle2018: CamkesGlueSpec

This commit is contained in:
Gerwin Klein 2018-06-24 16:33:59 +02:00
parent 082a48d7b2
commit b148b0c94a
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ text {*
definition
init_memory_state :: "'component_state local_state"
where
"init_memory_state \<equiv> Memory empty"
"init_memory_state \<equiv> Memory Map.empty"
text {*
In \camkes ADL descriptions, shared memory regions can have a type, typically

View File

@ -109,7 +109,7 @@ type_synonym lstate = "component_state local_state"
definition
trusted :: "('inst, ('channel component \<times> lstate)) map"
where
"trusted \<equiv> empty"
"trusted \<equiv> Map.empty"
(*<*)
end