fix(tests/lean/print_ax2): adjust test output
This commit is contained in:
parent
3846f5a4e7
commit
275068641e
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
funext : ∀ {A : Type} {B : A → Type} {f g : Π (a : A), B a}, (∀ (a : A), f a = g a) → f = g
|
||||
strong_indefinite_description : Π {A : Type} (P : A → Prop), nonempty A → { (x : A) | (∃ (x : A), P x) → P x }
|
||||
strong_indefinite_description : Π {A : Type} (P : A → Prop), nonempty A → { (x : A) | (∃ (y : A), P y) → P x }
|
||||
|
|
Loading…
Reference in a new issue