lean4-htt/tests/lean/run/def5.lean
2016-08-23 21:13:54 -07:00

12 lines
126 B
Text

set_option new_elaborator true
section
parameter (A : Type)
definition f : A → A :=
λ x, x
check f
end
check f