lean2/tests/lean/584a.lean.expected.out
2016-06-02 11:28:00 -07:00

5 lines
269 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

foo : Π A [H], A → A
foo' : Π {A} [H] {x}, A
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))