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
George Pirlea
Iris
Commits
38abc449
Commit
38abc449
authored
Mar 05, 2019
by
Ralf Jung
Browse files
turns out this breaks closed proofs with Let
parent
a848ac3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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