Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Abhishek Anand
Iris
Commits
27914f3f
Commit
27914f3f
authored
6 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into gen_proofmode
parents
07ea98fe
061e8d6a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ProofMode.md
+1
-1
1 addition, 1 deletion
ProofMode.md
theories/base_logic/lib/boxes.v
+1
-1
1 addition, 1 deletion
theories/base_logic/lib/boxes.v
with
2 additions
and
2 deletions
ProofMode.md
+
1
−
1
View file @
27914f3f
...
@@ -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`
...
...
This diff is collapsed.
Click to expand it.
theories/base_logic/lib/boxes.v
+
1
−
1
View file @
27914f3f
...
@@ -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
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment