lean4-htt/tests/lean/run/def4.lean
2016-09-20 08:32:37 -07:00

10 lines
84 B
Text

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