Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
examples
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
Iris
examples
Commits
9943d6b5
Commit
9943d6b5
authored
5 months ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
fix deprecation warning
parent
26aeece9
No related branches found
No related tags found
1 merge request
!67
bump to Coq 8.20
Pipeline
#108212
passed
5 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/logrel/F_mu_ref_conc/typing.v
+2
-2
2 additions, 2 deletions
theories/logrel/F_mu_ref_conc/typing.v
with
2 additions
and
2 deletions
theories/logrel/F_mu_ref_conc/typing.v
+
2
−
2
View file @
9943d6b5
...
@@ -147,7 +147,7 @@ Proof.
...
@@ -147,7 +147,7 @@ Proof.
match
goal
with
H
:
context
[_
→
_
⊢
ₜ
_
:
_]
|
-
_
=>
rename
H
into
IH
end
.
match
goal
with
H
:
context
[_
→
_
⊢
ₜ
_
:
_]
|
-
_
=>
rename
H
into
IH
end
.
specialize
(
IH
specialize
(
IH
(
subst
(
ren
(
+
1
))
<$>
Γ1
)
(
subst
(
ren
(
+
1
))
<$>
Γ2
)
(
subst
(
ren
(
+
1
))
<$>
ξ
))
.
(
subst
(
ren
(
+
1
))
<$>
Γ1
)
(
subst
(
ren
(
+
1
))
<$>
Γ2
)
(
subst
(
ren
(
+
1
))
<$>
ξ
))
.
rewrite
?
map_
length
in
IH
.
rewrite
?length
_map
in
IH
.
repeat
rewrite
fmap_app
.
apply
IH
.
repeat
rewrite
fmap_app
.
apply
IH
.
by
repeat
rewrite
fmap_app
.
by
repeat
rewrite
fmap_app
.
-
econstructor
;
eauto
.
-
econstructor
;
eauto
.
...
@@ -155,7 +155,7 @@ Proof.
...
@@ -155,7 +155,7 @@ Proof.
match
goal
with
H
:
context
[_
→
_
⊢
ₜ
_
:
TExist
?t
]
|
-
_
=>
rename
t
into
τ
end
.
match
goal
with
H
:
context
[_
→
_
⊢
ₜ
_
:
TExist
?t
]
|
-
_
=>
rename
t
into
τ
end
.
specialize
(
IH
specialize
(
IH
(
τ
::
(
subst
(
ren
(
+
1
))
<$>
Γ1
))
(
subst
(
ren
(
+
1
))
<$>
Γ2
)
(
subst
(
ren
(
+
1
))
<$>
ξ
))
.
(
τ
::
(
subst
(
ren
(
+
1
))
<$>
Γ1
))
(
subst
(
ren
(
+
1
))
<$>
Γ2
)
(
subst
(
ren
(
+
1
))
<$>
ξ
))
.
asimpl
in
IH
.
rewrite
?
map_
length
in
IH
.
asimpl
in
IH
.
rewrite
?length
_map
in
IH
.
repeat
rewrite
fmap_app
.
apply
IH
.
repeat
rewrite
fmap_app
.
apply
IH
.
by
repeat
rewrite
fmap_app
.
by
repeat
rewrite
fmap_app
.
Qed
.
Qed
.
...
...
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