Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iris
Commits
8b158ce9
Commit
8b158ce9
authored
Feb 13, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use correct variable names for map_timeless.
parent
1c8ba455
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
algebra/fin_maps.v
algebra/fin_maps.v
+2
-4
No files found.
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
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