lean2/tests/lean/run/362.lean

10 lines
133 B
Text
Raw Normal View History

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