11 lines
95 B
Text
11 lines
95 B
Text
|
|
section
|
|
parameter (A : Type)
|
|
|
|
definition f : A → A :=
|
|
λ x, x
|
|
|
|
check f
|
|
end
|
|
|
|
check f
|