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
Simon Spies
Iris
Commits
47f304f6
Commit
47f304f6
authored
Jun 10, 2019
by
Ralf Jung
Browse files
fix build with Coq 8.10 and newer
parent
1e481bde
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/namespace_map.v
View file @
47f304f6
...
...
@@ -67,7 +67,7 @@ Canonical Structure namespace_mapC :=
Global
Instance
NamespaceMap_discrete
a
b
:
Discrete
a
→
Discrete
b
→
Discrete
(
NamespaceMap
a
b
).
Proof
.
by
intros
??
[??]
[??]
;
split
;
apply
:
discrete
.
Qed
.
Proof
.
intros
??
[??]
[??]
;
split
;
unfold_leibniz
;
by
e
apply
discrete
.
Qed
.
Global
Instance
namespace_map_ofe_discrete
:
OfeDiscrete
A
→
OfeDiscrete
namespace_mapC
.
Proof
.
intros
?
[??]
;
apply
_
.
Qed
.
...
...
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