lean2/tests/lean/ctxopt.lean
Leonardo de Moura d8caa294b5 fix(frontends/lean/parser): configuration options defined in a context are transient, fixes #162
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-09-09 11:02:54 -07:00

9 lines
125 B
Text

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