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 definition
init_memory_state :: "'component_state local_state" init_memory_state :: "'component_state local_state"
where where
"init_memory_state \<equiv> Memory empty" "init_memory_state \<equiv> Memory Map.empty"
text {* text {*
In \camkes ADL descriptions, shared memory regions can have a type, typically 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 definition
trusted :: "('inst, ('channel component \<times> lstate)) map" trusted :: "('inst, ('channel component \<times> lstate)) map"
where where
"trusted \<equiv> empty" "trusted \<equiv> Map.empty"
(*<*) (*<*)
end end