lh-l4v/proof/refine/ARM/Corres.thy

22 lines
484 B
Plaintext
Raw Normal View History

2014-07-14 19:32:44 +00:00
(*
* Copyright 2014, General Dynamics C4 Systems
*
2020-03-09 06:18:30 +00:00
* SPDX-License-Identifier: GPL-2.0-only
2014-07-14 19:32:44 +00:00
*)
theory Corres
imports StateRelation "CorresK.CorresK_Lemmas"
2014-07-14 19:32:44 +00:00
begin
2019-06-05 10:18:48 +00:00
text \<open>Instantiating the corres framework to this particular state relation.\<close>
2014-07-14 19:32:44 +00:00
abbreviation
"corres \<equiv> corres_underlying state_relation False True"
2014-07-14 19:32:44 +00:00
abbreviation
"corresK \<equiv> corres_underlyingK state_relation False True"
abbreviation
"ex_abs \<equiv> ex_abs_underlying state_relation"
2014-07-14 19:32:44 +00:00
end