Skip to content
Snippets Groups Projects
Commit aae0efc9 authored by Ralf Jung's avatar Ralf Jung
Browse files

fix a fluke

parent 48f44eb2
No related branches found
No related tags found
No related merge requests found
...@@ -110,8 +110,7 @@ Section bi_mixin. ...@@ -110,8 +110,7 @@ Section bi_mixin.
(* In the ordered RA model: `core` is idempotent *) (* In the ordered RA model: `core` is idempotent *)
bi_mixin_persistently_idemp_2 P : <pers> P <pers> <pers> P; bi_mixin_persistently_idemp_2 P : <pers> P <pers> <pers> P;
(* In the ordered RA model: `core ε = ε`, which implies together with (* In the ordered RA model: [ε ≼ core x]. *)
monotonicity that `ε ≼ core x`. *)
bi_mixin_persistently_emp_intro P : P <pers> emp; bi_mixin_persistently_emp_intro P : P <pers> emp;
bi_mixin_persistently_forall_2 {A} (Ψ : A PROP) : bi_mixin_persistently_forall_2 {A} (Ψ : A PROP) :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment