lean2/tests/lean/run/362.lean
2016-02-11 17:17:55 -08:00

9 lines
133 B
Text

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