Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Iris
Commits
680ab4e9
Commit
680ab4e9
authored
Feb 13, 2016
by
Ralf Jung
Browse files
Merge branch 'master' of gitlab.mpi-sws.org:FP/iris-coq
parents
be9f621b
8b158ce9
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/fin_maps.v
View file @
680ab4e9
...
...
@@ -57,10 +57,8 @@ Proof.
[
by
constructor
|
by
apply
lookup_ne
].
Qed
.
Global
Instance
map_timeless
`
{!
∀
a
:
A
,
Timeless
a
}
(
g
:
gmap
K
A
)
:
Timeless
g
.
Proof
.
intros
m
Hm
i
.
apply
timeless
;
eauto
with
typeclass_instances
.
Qed
.
Global
Instance
map_timeless
`
{
∀
a
:
A
,
Timeless
a
}
(
m
:
gmap
K
A
)
:
Timeless
m
.
Proof
.
by
intros
m'
?
i
;
apply
(
timeless
_
).
Qed
.
Instance
map_empty_timeless
:
Timeless
(
∅
:
gmap
K
A
).
Proof
.
...
...
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