fix(tests/lean/print_ax2): adjust test output

This commit is contained in:
Leonardo de Moura 2015-02-24 13:34:52 -08:00
parent 3846f5a4e7
commit 275068641e

View file

@ -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 }