Reason: 1- Tactics such as `assumption` should ignore them. 2- We must annotate recursive applications with `mkRecAppWithSyntax`.
5 lines
156 B
Text
5 lines
156 B
Text
letRecMissingAnnotation.lean:4:6-4:34: error: unsolved goals
|
|
as : Array Nat
|
|
i s : Nat
|
|
h : i < Array.size as
|
|
⊢ Array.size as - (i + 2) < Array.size as - i
|