Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rodolphe Lepigre
Iris
Commits
c1d6ef7f
Commit
c1d6ef7f
authored
Aug 13, 2019
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump stdpp.
parent
b6d1a1d6
Pipeline
#19038
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
opam
opam
+1
-1
theories/algebra/gmap.v
theories/algebra/gmap.v
+2
-2
No files found.
opam
View file @
c1d6ef7f
...
...
@@ -12,5 +12,5 @@ install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris"]
depends: [
"coq" { (= "8.7.2") | (= "8.8.2") | (>= "8.9" & < "8.11~") | (= "dev") }
"coq-stdpp" { (= "dev.2019-0
7-08.0.2e0bf441
") | (= "dev") }
"coq-stdpp" { (= "dev.2019-0
8-13.1.6827b242
") | (= "dev") }
]
theories/algebra/gmap.v
View file @
c1d6ef7f
...
...
@@ -34,7 +34,7 @@ Definition gmap_compl `{Cofe A} : Compl gmapO := λ c,
Global
Program
Instance
gmap_cofe
`
{
Cofe
A
}
:
Cofe
gmapO
:
=
{|
compl
:
=
gmap_compl
|}.
Next
Obligation
.
intros
?
n
c
k
.
rewrite
/
compl
/
gmap_compl
lookup_imap
.
intros
?
n
c
k
.
rewrite
/
compl
/
gmap_compl
map_
lookup_imap
.
feed
inversion
(
λ
H
,
chain_cauchy
c
0
n
H
k
)
;
simplify_option_eq
;
auto
with
lia
.
by
rewrite
conv_compl
/=
;
apply
reflexive_eq
.
Qed
.
...
...
@@ -156,7 +156,7 @@ Proof.
last
by
rewrite
-
lookup_op
.
exists
(
map_imap
(
λ
i
_
,
projT1
(
FUN
i
))
y1
).
exists
(
map_imap
(
λ
i
_
,
proj1_sig
(
projT2
(
FUN
i
)))
y2
).
split
;
[|
split
]=>
i
;
rewrite
?lookup_op
!
lookup_imap
;
split
;
[|
split
]=>
i
;
rewrite
?lookup_op
!
map_
lookup_imap
;
destruct
(
FUN
i
)
as
(
z1i
&
z2i
&
Hmi
&
Hz1i
&
Hz2i
)=>/=.
+
destruct
(
y1
!!
i
),
(
y2
!!
i
)
;
inversion
Hz1i
;
inversion
Hz2i
;
subst
=>//.
+
revert
Hz1i
.
case
:
(
y1
!!
i
)=>[?|]
//.
...
...
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