diff options
| author | Emilio Jesus Gallego Arias | 2018-03-03 01:59:59 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-03-03 07:17:13 +0100 |
| commit | 34babfdb5f45a04e89f671a21cc632ad127a26d4 (patch) | |
| tree | 2b6437cee50caecc2321bbeaa8ae795151b349a1 /test-suite | |
| parent | df9d3a36e71d6d224286811fdc529ad5a955deb7 (diff) | |
[compat] Remove "Standard Proposition Elimination"
Following up on #6791, we remove the option "Standard Proposition Elimination"
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/bugs/closed/2378.v | 2 | ||||
| -rw-r--r-- | test-suite/bugs/opened/1596.v | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/test-suite/bugs/closed/2378.v b/test-suite/bugs/closed/2378.v index 85ad41d1cf..23a58501f3 100644 --- a/test-suite/bugs/closed/2378.v +++ b/test-suite/bugs/closed/2378.v @@ -505,8 +505,6 @@ Qed. Require Export Coq.Logic.FunctionalExtensionality. Print PLanguage. -Unset Standard Proposition Elimination Names. - Program Definition PTransfo l1 l2 (tr: Transformation l1 l2) (h: isSharedTransfo l1 l2 tr): Transformation (PLanguage l1) (PLanguage l2) := mkTransformation (PLanguage l1) (PLanguage l2) diff --git a/test-suite/bugs/opened/1596.v b/test-suite/bugs/opened/1596.v index 0b576db6b3..820022d995 100644 --- a/test-suite/bugs/opened/1596.v +++ b/test-suite/bugs/opened/1596.v @@ -2,7 +2,6 @@ Require Import Relations. Require Import FSets. Require Import Arith. Require Import Omega. -Unset Standard Proposition Elimination Names. Set Keyed Unification. |
