lean4-htt/tests/lean/macroStack.lean.expected.out
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
233 B
Text

macroStack.lean:4:5: error: unknown identifier 'x'
macroStack.lean:8:6: error: unknown identifier 'x'
with resulting expansion
Greater._@._internal._hyg.0 x 0
while expanding
x > 0
while expanding
if h:(x > 0) then 1 else 0