Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ReLoC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Iris
ReLoC
Commits
9152955d
Commit
9152955d
authored
3 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Bump std++.
parent
99c2ba60
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
Changes
3
Pipelines
42
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
opam
+1
-1
1 addition, 1 deletion
opam
theories/logic/spec_rules.v
+2
-2
2 additions, 2 deletions
theories/logic/spec_rules.v
theories/typing/contextual_refinement_alt.v
+1
-1
1 addition, 1 deletion
theories/typing/contextual_refinement_alt.v
with
4 additions
and
4 deletions
opam
+
1
−
1
View file @
9152955d
...
@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
...
@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/reloc"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/reloc"]
depends: [
depends: [
"coq-iris-heap-lang" { (= "dev.2021-06-1
2
.0.3
cb65333
") | (= "dev") }
"coq-iris-heap-lang" { (= "dev.2021-06-1
8
.0.3
66d607e
") | (= "dev") }
"coq-autosubst" { = "dev" }
"coq-autosubst" { = "dev" }
]
]
This diff is collapsed.
Click to expand it.
theories/logic/spec_rules.v
+
2
−
2
View file @
9152955d
...
@@ -72,8 +72,8 @@ Section rules.
...
@@ -72,8 +72,8 @@ Section rules.
iFrame
"Hj"
.
iApply
"Hclose"
.
iNext
.
iExists
(
<
[
j
:=
fill
K
e'
]
>
tp
),
σ
.
iFrame
"Hj"
.
iApply
"Hclose"
.
iNext
.
iExists
(
<
[
j
:=
fill
K
e'
]
>
tp
),
σ
.
rewrite
to_tpool_insert'
;
last
eauto
.
rewrite
to_tpool_insert'
;
last
eauto
.
iFrame
.
iPureIntro
.
iFrame
.
iPureIntro
.
apply
rtc_nsteps
in
Hrtc
;
destruct
Hrtc
as
[
m
Hrtc
]
.
apply
rtc_nsteps
_1
in
Hrtc
;
destruct
Hrtc
as
[
m
Hrtc
]
.
specialize
(
Hex
HP
)
.
apply
(
nsteps_
rtc
(
m
+
n
))
.
specialize
(
Hex
HP
)
.
apply
(
rtc_
nsteps_
2
(
m
+
n
))
.
eapply
nsteps_trans
;
eauto
.
eapply
nsteps_trans
;
eauto
.
revert
e
e'
Htpj
Hex
.
revert
e
e'
Htpj
Hex
.
induction
n
=>
e
e'
Htpj
Hex
.
induction
n
=>
e
e'
Htpj
Hex
.
...
...
This diff is collapsed.
Click to expand it.
theories/typing/contextual_refinement_alt.v
+
1
−
1
View file @
9152955d
...
@@ -78,7 +78,7 @@ Lemma rtc_erased_step_bot v tp1 tp2 σ1 σ2:
...
@@ -78,7 +78,7 @@ Lemma rtc_erased_step_bot v tp1 tp2 σ1 σ2:
rtc
erased_step
(
bot
#
()
::
tp1
,
σ1
)
(
of_val
v
::
tp2
,
σ2
)
→
rtc
erased_step
(
bot
#
()
::
tp1
,
σ1
)
(
of_val
v
::
tp2
,
σ2
)
→
False
.
False
.
Proof
.
Proof
.
intros
[
n
Hsteps
]
%
rtc_nsteps
.
revert
tp1
σ1
Hsteps
.
intros
[
n
Hsteps
]
%
rtc_nsteps
_1
.
revert
tp1
σ1
Hsteps
.
induction
(
lt_wf
n
)
as
[
n
IH1
IH
]=>
tp1
σ1
Hsteps
.
destruct
n
as
[|
m
]
.
induction
(
lt_wf
n
)
as
[
n
IH1
IH
]=>
tp1
σ1
Hsteps
.
destruct
n
as
[|
m
]
.
-
inversion
Hsteps
.
-
inversion
Hsteps
.
-
inversion
Hsteps
;
simplify_eq
/=.
-
inversion
Hsteps
;
simplify_eq
/=.
...
...
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