lean4-htt/tests/lean/macroStack.lean
Leonardo de Moura 9f5e63cd3c feat: add option pp.macroStack
@Kha I set it to `false` by default.
2020-09-16 15:29:28 -07:00

8 lines
113 B
Text

new_frontend
def f1 :=
if h:x then 1 else 0
set_option pp.macroStack true
def f2 :=
if h:(x > 0) then 1 else 0