lean4-htt/tests/lean/584a.lean.expected.out
Leonardo de Moura f00e6c0a96 feat(frontends/lean): anonymous instances
The instance name is synthesized automatically.
2016-09-23 13:34:34 -07:00

5 lines
294 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 : Type u_1) [H : inhabited A], A → A
foo' : Π {A : Type u_1} [H : inhabited A] {x : A}, A
foo 10 :
definition test : ∀ {A : Type u} [H : inhabited A], @foo' nat.inhabited (5 + 5) = 10 :=
λ {A : Type u} [H : inhabited A], @rfl (@foo' nat.inhabited (5 + 5))