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
Rodolphe Lepigre
Iris
Commits
8b158ce9
Commit
8b158ce9
authored
Feb 13, 2016
by
Robbert Krebbers
Browse files
Use correct variable names for map_timeless.
parent
1c8ba455
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/fin_maps.v
View file @
8b158ce9
...
...
@@ -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
Supports
Markdown
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