lean2/tests/lean/ctxopt.lean

10 lines
125 B
Text
Raw Normal View History

import logic
definition id {A : Type} (a : A) := a
context
set_option pp.implicit true
check id true
end
check id true