Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
116
Issues
116
List
Boards
Labels
Service Desk
Milestones
Merge Requests
23
Merge Requests
23
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
Iris
Commits
84d73de1
Commit
84d73de1
authored
Nov 10, 2019
by
Robbert Krebbers
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue pointed out by
@tchajed
in...
Fix issue pointed out by
@tchajed
in
!330 (comment 41322)
parent
260e8ecd
Pipeline
#21115
passed with stage
in 16 minutes and 56 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
tests/proofmode_iris.v
tests/proofmode_iris.v
+5
-0
theories/proofmode/ltac_tactics.v
theories/proofmode/ltac_tactics.v
+1
-1
No files found.
tests/proofmode_iris.v
View file @
84d73de1
...
@@ -220,6 +220,11 @@ Section iris_tests.
...
@@ -220,6 +220,11 @@ Section iris_tests.
iIntros
"H"
;
iInv
"H"
as
(
v1
v2
v3
)
"(?&?&_)"
.
iIntros
"H"
;
iInv
"H"
as
(
v1
v2
v3
)
"(?&?&_)"
.
eauto
.
eauto
.
Qed
.
Qed
.
Theorem
test_iApply_inG
`
{!
inG
Σ
A
}
γ
(
x
x'
:
A
)
:
x'
≼
x
→
own
γ
x
-
∗
own
γ
x'
.
Proof
.
intros
.
by
iApply
own_mono
.
Qed
.
End
iris_tests
.
End
iris_tests
.
Section
monpred_tests
.
Section
monpred_tests
.
...
...
theories/proofmode/ltac_tactics.v
View file @
84d73de1
...
@@ -70,7 +70,7 @@ Tactic Notation "iStartProof" :=
...
@@ -70,7 +70,7 @@ Tactic Notation "iStartProof" :=
|
|-
envs_entails
_
_
=>
idtac
|
|-
envs_entails
_
_
=>
idtac
|
|-
?
φ
=>
notypeclasses
refine
(
as_emp_valid_2
φ
_
_
)
;
|
|-
?
φ
=>
notypeclasses
refine
(
as_emp_valid_2
φ
_
_
)
;
[
iSolveTC
||
fail
"iStartProof: not a BI assertion"
[
iSolveTC
||
fail
"iStartProof: not a BI assertion"
|
apply
tac_start
]
|
notypeclasses
refine
(
tac_start
_
_
)
]
end
.
end
.
(* Same as above, with 2 differences :
(* Same as above, with 2 differences :
...
...
Robbert
@robbertkrebbers
mentioned in merge request
!330 (merged)
·
Nov 10, 2019
mentioned in merge request
!330 (merged)
mentioned in merge request !330
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment