lean4-htt/tests/lean/run/class2.lean
2016-09-18 18:38:41 -07:00

7 lines
163 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.

set_option new_elaborator true
open tactic
theorem H {A B : Type} (H1 : inhabited A) : inhabited (Prop × A × (B → num))
:= by apply_instance
reveal H
print H