riscv refine: Invariants_H: syntax precedence for parentOf

This commit is contained in:
Gerwin Klein 2019-06-26 16:36:40 +10:00
parent b122d1945a
commit 3d037d7219
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ definition
(m \<turnstile> p' \<leadsto>\<^sup>+ p \<longrightarrow> is_chunk m cap' p' p)"
definition
parentOf :: "cte_heap \<Rightarrow> machine_word \<Rightarrow> machine_word \<Rightarrow> bool" ("_ \<turnstile> _ parentOf _")
parentOf :: "cte_heap \<Rightarrow> machine_word \<Rightarrow> machine_word \<Rightarrow> bool" ("_ \<turnstile> _ parentOf _" [60,0,60] 61)
where
"s \<turnstile> c' parentOf c \<equiv>
\<exists>cte' cte. s c = Some cte \<and> s c' = Some cte' \<and> isMDBParentOf cte' cte"