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
George Pirlea
Iris
Commits
6c233bd4
Commit
6c233bd4
authored
Mar 03, 2019
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for Coq 8.7
parent
6f3b57de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
theories/base_logic/lib/iprop.v
theories/base_logic/lib/iprop.v
+1
-1
No files found.
theories/base_logic/lib/iprop.v
View file @
6c233bd4
...
@@ -62,8 +62,8 @@ Module gFunctors.
...
@@ -62,8 +62,8 @@ Module gFunctors.
Definition
app
(
Σ
1
Σ
2
:
gFunctors
)
:
gFunctors
:
=
Definition
app
(
Σ
1
Σ
2
:
gFunctors
)
:
gFunctors
:
=
existT
(
projT1
Σ
1
+
projT1
Σ
2
)
(
fin_plus_inv
_
(
projT2
Σ
1
)
(
projT2
Σ
2
)).
existT
(
projT1
Σ
1
+
projT1
Σ
2
)
(
fin_plus_inv
_
(
projT2
Σ
1
)
(
projT2
Σ
2
)).
Global
Typeclasses
Opaque
singleton
app
.
End
gFunctors
.
End
gFunctors
.
Typeclasses
Opaque
gFunctors
.
singleton
gFunctors
.
app
.
Coercion
gFunctors
.
singleton
:
gFunctor
>->
gFunctors
.
Coercion
gFunctors
.
singleton
:
gFunctor
>->
gFunctors
.
Notation
"#[ ]"
:
=
gFunctors
.
nil
(
format
"#[ ]"
).
Notation
"#[ ]"
:
=
gFunctors
.
nil
(
format
"#[ ]"
).
...
...
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