fix(library/logic/examples/instances_test): we do not support the set_option class.conservative false
anymore
This commit is contained in:
parent
97407eb178
commit
9348701a5b
1 changed files with 0 additions and 5 deletions
|
@ -14,11 +14,6 @@ open eq.ops
|
|||
|
||||
example (a b : Prop) (H : a ↔ b) (H1 : a) : b := mp H H1
|
||||
|
||||
set_option class.conservative false
|
||||
|
||||
example (a b c d e : Prop) (H1 : a ↔ b) (H2 : a ∨ c → ¬(d → a)) : b ∨ c → ¬(d → b) :=
|
||||
subst iff H1 H2
|
||||
|
||||
/-
|
||||
exit
|
||||
example (a b c d e : Prop) (H1 : a ↔ b) (H2 : a ∨ c → ¬(d → a)) : b ∨ c → ¬(d → b) :=
|
||||
|
|
Loading…
Add table
Reference in a new issue