lean2/tests/lean/584a.lean.expected.out

6 lines
275 B
Text
Raw Normal View History

2015-05-07 21:24:30 +00:00
foo : Π (A : Type) [H : inhabited A], A → A
foo' : Π {A : Type} [H : inhabited A] {x : A}, A
foo 10 :
definition test : ∀ {A : Type} [H : inhabited A], @foo' num num.is_inhabited 10 = 10
λ (A : Type) (H : inhabited A), @rfl num (@foo' num num.is_inhabited 10)