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

22 lines
484 B
Plaintext

(*
* Copyright 2014, General Dynamics C4 Systems
*
* SPDX-License-Identifier: GPL-2.0-only
*)
theory Corres
imports StateRelation "CorresK.CorresK_Lemmas"
begin
text \<open>Instantiating the corres framework to this particular state relation.\<close>
abbreviation
"corres \<equiv> corres_underlying state_relation False True"
abbreviation
"corresK \<equiv> corres_underlyingK state_relation False True"
abbreviation
"ex_abs \<equiv> ex_abs_underlying state_relation"
end