9 lines
118 B
Text
9 lines
118 B
Text
--
|
|
-- definition id {A : Type} (a : A) := a
|
|
|
|
section
|
|
set_option pp.implicit true
|
|
check id true
|
|
end
|
|
|
|
check id true
|