Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jonas Kastberg
iris
Commits
38abc449
Commit
38abc449
authored
Mar 05, 2019
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
turns out this breaks closed proofs with Let
parent
a848ac3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
theories/base_logic/lib/iprop.v
theories/base_logic/lib/iprop.v
+0
-1
No files found.
theories/base_logic/lib/iprop.v
View file @
38abc449
...
...
@@ -63,7 +63,6 @@ Module gFunctors.
Definition
app
(
Σ
1
Σ
2
:
gFunctors
)
:
gFunctors
:
=
existT
(
projT1
Σ
1
+
projT1
Σ
2
)
(
fin_plus_inv
_
(
projT2
Σ
1
)
(
projT2
Σ
2
)).
End
gFunctors
.
Typeclasses
Opaque
gFunctors
.
singleton
gFunctors
.
app
.
Coercion
gFunctors
.
singleton
:
gFunctor
>->
gFunctors
.
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