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
Tej Chajed
iris
Commits
19379e6d
Commit
19379e6d
authored
4 years ago
by
Tej Chajed
Browse files
Options
Downloads
Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
3658d589
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/proofmode.v
+1
-1
1 addition, 1 deletion
tests/proofmode.v
with
1 addition
and
1 deletion
tests/proofmode.v
+
1
−
1
View file @
19379e6d
...
@@ -203,7 +203,7 @@ Lemma test_iDestruct_exists_automatic_def P :
...
@@ -203,7 +203,7 @@ Lemma test_iDestruct_exists_automatic_def P :
an_exists
P
-∗
∃
k
,
▷^
k
P
.
an_exists
P
-∗
∃
k
,
▷^
k
P
.
Proof
.
iDestruct
1
as
(?)
"H"
.
by
iExists
an_exists_name
.
Qed
.
Proof
.
iDestruct
1
as
(?)
"H"
.
by
iExists
an_exists_name
.
Qed
.
(* use an Iris intro pattern [% H] to indicate iExistDestruct
rather than (?)
*)
(* use an Iris intro pattern [% H]
rather than (?)
to indicate iExistDestruct *)
Lemma
test_exists_intro_pattern_anonymous
P
(
Φ
:
nat
→
PROP
)
:
Lemma
test_exists_intro_pattern_anonymous
P
(
Φ
:
nat
→
PROP
)
:
P
∗
(
∃
y
:
nat
,
Φ
y
)
-∗
∃
x
,
P
∗
Φ
x
.
P
∗
(
∃
y
:
nat
,
Φ
y
)
-∗
∃
x
,
P
∗
Φ
x
.
Proof
.
Proof
.
...
...
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