lean4-htt/tests/lean/run/362.lean
2016-06-10 18:29:41 -07:00

10 lines
138 B
Text

exit
variables {a : Type}
definition foo (A : Type) : A → A :=
begin
intro a, assumption
end
set_option pp.universes true
check foo