lean2/tests/lean/ctxopt.lean
2015-11-20 17:03:17 -08:00

9 lines
128 B
Text

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