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.
9 lines
426 B
Text
9 lines
426 B
Text
1163.lean:6:8-6:15: warning: declaration uses `sorry`
|
|
1163.lean:11:8-11:15: warning: declaration uses `sorry`
|
|
1163.lean:13:16-13:17: error: failed to synthesize
|
|
OfNat Bool 0
|
|
use `set_option diagnostics true` to get diagnostic information
|
|
1163.lean:15:8-15:15: warning: declaration uses `sorry`
|
|
1163.lean:18:18-18:19: error: failed to synthesize
|
|
OfNat Bool 0
|
|
use `set_option diagnostics true` to get diagnostic information
|