11 lines
117 B
Text
11 lines
117 B
Text
set_option new_elaborator true
|
|
|
|
section
|
|
variable (A : Type)
|
|
|
|
definition f : A → A :=
|
|
λ x, x
|
|
|
|
check f
|
|
|
|
end
|