diff options
| author | Jason Gross | 2018-10-02 16:14:20 -0400 |
|---|---|---|
| committer | Vincent Laporte | 2019-04-02 11:55:51 +0000 |
| commit | b1162463d577baf450c3f33ab880e7d9afe21148 (patch) | |
| tree | d85438c47e85ebda6cbccab94daf5d312c502e44 /theories/Logic/EqdepFacts.v | |
| parent | 974dc811fe30a762235b68fb3c0ac5c3eeca45b9 (diff) | |
Remove -compat 8.7
This removes various compatibility notations.
Closes #8374
This commit was mostly created by running `./dev/tools/update-compat.py
--release`. There's a bit of manual spacing adjustment around all of the
removed compatibility notations, and some test-suite updates were done
manually.
The update to CHANGES.md was manual.
Diffstat (limited to 'theories/Logic/EqdepFacts.v')
| -rw-r--r-- | theories/Logic/EqdepFacts.v | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/theories/Logic/EqdepFacts.v b/theories/Logic/EqdepFacts.v index b930388d13..e2ec41ca94 100644 --- a/theories/Logic/EqdepFacts.v +++ b/theories/Logic/EqdepFacts.v @@ -125,8 +125,6 @@ Proof. apply eq_dep_intro. Qed. -Notation eq_sigS_eq_dep := eq_sigT_eq_dep (compat "8.7"). (* Compatibility *) - Lemma eq_dep_eq_sigT : forall (U:Type) (P:U -> Type) (p q:U) (x:P p) (y:P q), eq_dep p x q y -> existT P p x = existT P q y. |
