lean4-htt/tests/lean/unfoldDefEq.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

14 lines
276 B
Text

n : Nat
x : (Fin n, Fin n).fst
h : some_property x
⊢ True
n : Nat
x : Fin n
h : some_property x
⊢ True
unfoldDefEq.lean:7:0-7:7: warning: declaration uses `sorry`
n : Nat
x : Fin n
h : some_property x
⊢ True
unfoldDefEq.lean:14:0-14:7: warning: declaration uses `sorry`