lean4-htt/tests/lean/run/def4.lean

11 lines
115 B
Text

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