lean4-htt/tests/lean/def3.lean

11 lines
117 B
Text

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