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
106 B
Text
3 lines
106 B
Text
m n : Nat
|
|
⊢ (n + 1).ble n = false
|
|
rwWithoutOffsetCnstrs.lean:5:0-5:7: warning: declaration uses `sorry`
|