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.
2 lines
102 B
Text
2 lines
102 B
Text
1377.lean:3:2-3:5: warning: declaration uses `sorry`
|
|
foo.bar : Unit → {n : Nat} → Fin n → Fin n
|