lean4-htt/tests/lean/1027.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
82 B
Text

x : Nat
h : ¬x = 0
⊢ Unit
1027.lean:1:0-1:7: warning: declaration uses `sorry`