vscode-lean4 icon indicating copy to clipboard operation
vscode-lean4 copied to clipboard

"subexpression had been modified" not shown direcly after `rw`

Open javra opened this issue 1 year ago • 0 comments

In line 2, col 8 here, the green highlighting doesn't show, I need to add an additional space.

example (p : x = y) (q : y = z) : x = z := by
  rw [p] 

javra avatar Jan 20 '23 14:01 javra