Alessio Coltellacci
Alessio Coltellacci
It is a known issue, and it also affects VSCode, but in a less critical way than Emacs or Zed. If you look at your second screenshot, you can notice...
Could you describe what this PR will change on the `apply` tactic?
Hi, for me, it has the correct behavior because you use an unnamed pattern variable `test _`, so it will unify with any term and use the modifier `sequential`.
Would it be possible to add more information about the `assert` command when it fails? For example: ``` assert ⊢ true : ℕ; // case 1 assert ⊢ 1 +...