lean icon indicating copy to clipboard operation
lean copied to clipboard

`[ ... ] tactics produce output in other files

Open fpvandoorn opened this issue 5 years ago • 1 comments

A tactic `[ t ] used in a tactic definition my_tac at line L column C in file X that is used in file Y produces output (a server message) at line L column C of file Y (independent of where the tactic my_tac was used in file Y).

See https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/Extension.20showing.20goal.20for.20a.20separate.20lemma for more information and a less cryptic description.

fpvandoorn avatar Sep 14 '20 19:09 fpvandoorn

Another example: https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/buggy.20infoview.3F

bryangingechen avatar Nov 12 '20 21:11 bryangingechen