lean4-htt/tests/lean/interactive/info_tactic.lean

11 lines
180 B
Text

example : false :=
begin
simp,
--^ "command": "info"
simp ,
--^ "command": "info"
simp [ ],
--^ "command": "info"
simp [d] ,
--^ "command": "info"
end