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

6 lines
269 B
Text
Raw Permalink Normal View History

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