JetBrains / intellij-arend

Arend plugin for IntelliJ IDEA
Apache License 2.0
90 stars 12 forks source link

Revealing applies only to the last error #485

Closed valis closed 6 months ago

valis commented 7 months ago

If the goal/error view contains several errors, then revealing only applies to the last one. To reproduce, write \func test (n : Nat) : Nat = Nat => cases n {?} and reveal the implicit argument of = in the first goal. It will show the implicit argument in the last one instead.