Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iron
Commits
1e089064
Commit
1e089064
authored
Mar 06, 2019
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump Iris.
parent
f5660abc
Pipeline
#16243
failed with stage
in 6 minutes and 53 seconds
Changes
2
Pipelines
49
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
opam
opam
+1
-1
theories/iron_logic/fcinv.v
theories/iron_logic/fcinv.v
+2
-1
No files found.
opam
View file @
1e089064
...
...
@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iron" ]
depends: [
"coq-iris" { (= "dev.2019-0
2-20.0.8a8c140
5") | (= "dev") }
"coq-iris" { (= "dev.2019-0
3-06.2.f5d03e2
5") | (= "dev") }
]
theories/iron_logic/fcinv.v
View file @
1e089064
...
...
@@ -120,7 +120,8 @@ Lemma fcinv_alloc_strong E N :
Proof
.
rewrite
fcinv_eq
fcinv_own_eq
fcinv_cancel_own_eq
.
iStartProof
(
iProp
_
)
;
iIntros
(
π
1
)
"Hp"
.
iMod
(
cinv_alloc_strong
∅
_
N
)
as
(
γ
inv
?)
"[Hγinv Halloc]"
.
iMod
(
cinv_alloc_strong
(
λ
_
,
True
)
_
N
)
as
(
γ
inv
?)
"[Hγinv Halloc]"
.
{
apply
pred_infinite_True
.
}
iMod
(
own_alloc
(
●
!
(
1
%
Qp
:
ufrac
)
⋅
◯
!
(
1
%
Qp
:
ufrac
)))
as
(
γ
f
)
"[Hγauth Hγ]"
;
first
done
.
set
(
γ
:
=
FcInvName
γ
inv
γ
f
).
...
...
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