fix(tests/lean/interactive/findp): test output to reflect changes in the stdlib
This commit is contained in:
parent
9d805437f0
commit
e1a609cad9
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ false.cases_on|Π (C : Type), false → C
|
||||||
false.induction_on|∀ (C : Prop), false → C
|
false.induction_on|∀ (C : Prop), false → C
|
||||||
true_ne_false|¬true = false
|
true_ne_false|¬true = false
|
||||||
not_of_is_false|is_false ?c → ¬?c
|
not_of_is_false|is_false ?c → ¬?c
|
||||||
not_of_iff_false|?a ↔ false → ¬?a
|
not_of_iff_false|(?a ↔ false) → ¬?a
|
||||||
p_ne_false|?p → ?p ≠ false
|
p_ne_false|?p → ?p ≠ false
|
||||||
is_false|Π (c : Prop) [H : decidable c], Prop
|
is_false|Π (c : Prop) [H : decidable c], Prop
|
||||||
not_of_eq_false|?p = false → ¬?p
|
not_of_eq_false|?p = false → ¬?p
|
||||||
|
@ -17,5 +17,5 @@ decidable.rec_on_false|Π (H3 : ¬?p), ?H2 H3 → decidable.rec_on ?H ?H1 ?H2
|
||||||
not_false|¬false
|
not_false|¬false
|
||||||
decidable_false|decidable false
|
decidable_false|decidable false
|
||||||
of_not_is_false|¬is_false ?c → ?c
|
of_not_is_false|¬is_false ?c → ?c
|
||||||
iff_false_intro|¬?a → ?a ↔ false
|
iff_false_intro|¬?a → (?a ↔ false)
|
||||||
-- ENDFINDP
|
-- ENDFINDP
|
||||||
|
|
Loading…
Reference in a new issue