lean4-htt/tests/lean/run/def4.lean
2017-03-09 18:41:19 -08:00

10 lines
85 B
Text

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