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.
4 lines
97 B
Text
4 lines
97 B
Text
g : Nat → Nat
|
|
h : f 1 = g
|
|
⊢ g 2 = f 2 1
|
|
1235.lean:2:0-2:7: warning: declaration uses `sorry`
|