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