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

16 lines
345 B
Plaintext

(*
* Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
*
* 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"
end