This PR changes the "declaration uses 'sorry'" warning to use backticks instead of single quotes, consistent with Lean's conventions for formatting code identifiers in diagnostic messages.
3 lines
105 B
Text
3 lines
105 B
Text
n : Nat
|
|
⊢ (zero.add n).succ = n.succ
|
|
unfoldReduceMatch.lean:2:0-2:7: warning: declaration uses `sorry`
|