lean4-htt/tests/lean/435.lean.expected.out
Alok Singh 949cf69246
chore: use backticks for sorry in diagnostic messages (#11608)
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.
2025-12-15 14:30:21 +00:00

4 lines
199 B
Text

435.lean:3:0-3:7: warning: declaration uses `sorry`
435.lean:5:21-5:23: error: Unknown identifier `op` at quotation precheck
Note: You can use `set_option quotPrecheck false` to disable this check.