lean4-htt/tests/lean/traceTacticSteps.lean
2021-11-30 15:34:54 +01:00

8 lines
190 B
Text

-- Check whether all intermediate steps during tactic execution
-- can be successfully pretty-printed to trace output
set_option trace.Elab.step true
example : True := by
skip
trivial