diff options
| author | Hugo Herbelin | 2018-06-04 21:09:49 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2018-06-04 21:09:49 +0200 |
| commit | d862b659457b12437d4fa348c3c4dc3dd08d8065 (patch) | |
| tree | fc4c5009977361e932043cdfff9b4ff434cc1ba0 /theories | |
| parent | b0ed0c2c1c7ca8fc434ecadd3a9ed906e6e428c2 (diff) | |
| parent | 2eecd666a45a79241f0aadb9493ae8ef9cc9795e (diff) | |
Merge PR #7229: Deprecate implicit tactic solving.
Diffstat (limited to 'theories')
| -rw-r--r-- | theories/Logic/Diaconescu.v | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/theories/Logic/Diaconescu.v b/theories/Logic/Diaconescu.v index 3317766c96..66e82ddbf4 100644 --- a/theories/Logic/Diaconescu.v +++ b/theories/Logic/Diaconescu.v @@ -234,8 +234,6 @@ Qed. (** An alternative more concise proof can be done by directly using the guarded relational choice *) -Declare Implicit Tactic auto. - Lemma proof_irrel_rel_choice_imp_eq_dec' : a1=a2 \/ ~a1=a2. Proof. assert (decide: forall x:A, x=a1 \/ x=a2 -> |
