Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lambda-rust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Service Desk
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
Iris
lambda-rust
Commits
455be639
There was a problem fetching the pipeline summary.
Commit
455be639
authored
8 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Update Iris.
parent
0df052f9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
opam.pins
+1
-1
1 addition, 1 deletion
opam.pins
theories/typing/lib/rc.v
+1
-2
1 addition, 2 deletions
theories/typing/lib/rc.v
with
2 additions
and
3 deletions
opam.pins
+
1
−
1
View file @
455be639
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
ea7913081b7554d4d8191c0cfe99bfd736d22343
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
3d6525a57844edcc8868ec9271a0966bcc2a5e89
This diff is collapsed.
Click to expand it.
theories/typing/lib/rc.v
+
1
−
2
View file @
455be639
...
@@ -163,8 +163,7 @@ Section code.
...
@@ -163,8 +163,7 @@ Section code.
{
iExists
None
.
auto
.
}
{
iExists
None
.
auto
.
}
iSpecialize
(
"Hνend"
with
"[Hν1 Hν2]"
)
.
iSpecialize
(
"Hνend"
with
"[Hν1 Hν2]"
)
.
{
rewrite
-
H0
.
iFrame
.
}
{
rewrite
-
H0
.
iFrame
.
}
iApply
wp_mask_mono
;
last
iApply
(
wp_step_fupd
with
"Hνend"
);
[
done
..|
try
solve_ndisj
|]
.
iApply
wp_mask_mono
;
last
iApply
(
wp_step_fupd
with
"Hνend"
);
[
done
..|
solve_ndisj
|]
.
{
(* FIXME: solve_ndisj should solve this... *)
set_solver
+.
}
wp_read
.
iIntros
"#Hν"
.
iMod
(
"Hν†"
with
"Hν"
)
as
"Hown"
.
iModIntro
.
wp_read
.
iIntros
"#Hν"
.
iMod
(
"Hν†"
with
"Hν"
)
as
"Hown"
.
iModIntro
.
iApply
"HΦ"
.
iFrame
.
iLeft
.
auto
with
iFrame
.
iApply
"HΦ"
.
iFrame
.
iLeft
.
auto
with
iFrame
.
+
destruct
Hst
as
[[??
%
leibniz_equiv
]|[[
q''
Hqa
%
leibniz_equiv
]
?
%
pos_included
]
%
prod_included
]
.
+
destruct
Hst
as
[[??
%
leibniz_equiv
]|[[
q''
Hqa
%
leibniz_equiv
]
?
%
pos_included
]
%
prod_included
]
.
...
...
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