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