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

26 lines
657 B
Plaintext
Raw Normal View History

2014-07-14 19:32:44 +00:00
(*
* Copyright 2014, General Dynamics C4 Systems
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*)
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