Skip to content
Snippets Groups Projects
Commit 27914f3f authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Merge branch 'master' into gen_proofmode

parents 07ea98fe 061e8d6a
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ Context management ...@@ -41,7 +41,7 @@ Context management
the resulting goal. the resulting goal.
- `iPoseProof pm_trm as (x1 ... xn) "ipat"` : put `pm_trm` into the context and - `iPoseProof pm_trm as (x1 ... xn) "ipat"` : put `pm_trm` into the context and
eliminates it. This tactic is essentially the same as `iDestruct` with the eliminates it. This tactic is essentially the same as `iDestruct` with the
difference that when `pm_trm` is a non-universally quantified spatial difference that when `pm_trm` is a non-universally quantified intuitionistic
hypothesis, it will not throw the hypothesis away. hypothesis, it will not throw the hypothesis away.
- `iAssert P with "spat" as "ipat"` : generates a new subgoal `P` and adds the - `iAssert P with "spat" as "ipat"` : generates a new subgoal `P` and adds the
hypothesis `P` to the current goal. The specialization pattern `spat` hypothesis `P` to the current goal. The specialization pattern `spat`
......
...@@ -13,7 +13,7 @@ Class boxG Σ := ...@@ -13,7 +13,7 @@ Class boxG Σ :=
Definition boxΣ : gFunctors := #[ GFunctor (authR (optionUR (exclR boolC)) * Definition boxΣ : gFunctors := #[ GFunctor (authR (optionUR (exclR boolC)) *
optionRF (agreeRF ( )) ) ]. optionRF (agreeRF ( )) ) ].
Instance subG_stsΣ Σ : subG boxΣ Σ boxG Σ. Instance subG_boxΣ Σ : subG boxΣ Σ boxG Σ.
Proof. solve_inG. Qed. Proof. solve_inG. Qed.
Section box_defs. Section box_defs.
......
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