10 lines
84 B
Text
10 lines
84 B
Text
|
|
section
|
|
variable (A : Type)
|
|
|
|
definition f : A → A :=
|
|
λ x, x
|
|
|
|
end
|
|
|
|
check f
|