lean4-htt/old_tests/tests/lean/run/def4.lean
2018-04-10 12:56:55 -07:00

10 lines
85 B
Text

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