You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\import Algebra.Monoid
\import Arith.Nat
\func lemma (n : Nat) : 0 + n = n => zro-left
Remove the second import.
Expected: Arend shows "Cannot infer instance" error for zro-left.
Actual: no errors are shown. Re-running type checking via gutter icon doesn't fix the issue. The only way to fix it is to close the project and open it again.
The text was updated successfully, but these errors were encountered:
Expected: Arend shows "Cannot infer instance" error for
zro-left
.Actual: no errors are shown. Re-running type checking via gutter icon doesn't fix the issue. The only way to fix it is to close the project and open it again.
The text was updated successfully, but these errors were encountered: